diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-12 10:03:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 10:03:28 +0200 |
commit | e36c6cc2f6e5e08ad73041925d59f5ecedf08ee5 (patch) | |
tree | d1bbfddd3f199c1e599b2d6f936f6e38cc8a94a2 | |
parent | 83751774b36015b6b085396c3174fe3bdaf79fd1 (diff) | |
download | emu8910-e36c6cc2f6e5e08ad73041925d59f5ecedf08ee5.tar.gz emu8910-e36c6cc2f6e5e08ad73041925d59f5ecedf08ee5.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |