diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-11 15:01:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 15:01:04 +0200 |
commit | 83751774b36015b6b085396c3174fe3bdaf79fd1 (patch) | |
tree | 6fcffede748b764ea416cbc47b035b7e3185a162 /README.md | |
parent | 8070ad7c4ed19451d25e884f4d87bd343d70b152 (diff) | |
download | emu8910-83751774b36015b6b085396c3174fe3bdaf79fd1.tar.gz emu8910-83751774b36015b6b085396c3174fe3bdaf79fd1.zip |
Update README.md
Diffstat (limited to '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). -> **Listen to it in action!** <br> +> **Demo Player** <br> > [`AYSir`](https://drsnuggles.github.io/AYSir/?engine=lunar) Sound output is achieved in the browser through an `AudioContext()` hook. <br> |