diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-12 17:59:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 17:59:48 +0200 |
commit | 6a195dd1feb27f8291b053b14c7b34844aa553eb (patch) | |
tree | d2239cbf9ce9a4edc776dda2afb74b9e4f890945 | |
parent | 44a93a6bb987ae390907d9bfe7d1c9f12bd63a58 (diff) | |
download | emu8910-6a195dd1feb27f8291b053b14c7b34844aa553eb.tar.gz emu8910-6a195dd1feb27f8291b053b14c7b34844aa553eb.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). -> **Online Player** <br> +> **Online Player/Emulator** <br> > [`AYSir`](https://drsnuggles.github.io/AYSir/?engine=lunar) Sound output is achieved in the browser through an `AudioContext()` hook. <br> |