summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-12 10:03:28 +0200
committerGitHub <noreply@github.com>2024-12-12 10:03:28 +0200
commite36c6cc2f6e5e08ad73041925d59f5ecedf08ee5 (patch)
treed1bbfddd3f199c1e599b2d6f936f6e38cc8a94a2
parent83751774b36015b6b085396c3174fe3bdaf79fd1 (diff)
downloademu8910-e36c6cc2f6e5e08ad73041925d59f5ecedf08ee5.tar.gz
emu8910-e36c6cc2f6e5e08ad73041925d59f5ecedf08ee5.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 618e188..9d0016e 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This repository contains a `Typescript` implementation of General Instrument's [
It implements most of the `PSG's` original registers. <br>
The offical datasheet for the `PSG` can be found [`here`](http://map.grauw.nl/resources/sound/generalinstrument_ay-3-8910.pdf).
-> **Demo Player** <br>
+> **Web Player** <br>
> [`AYSir`](https://drsnuggles.github.io/AYSir/?engine=lunar)
Sound output is achieved in the browser through an `AudioContext()` hook. <br>