summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-12 17:59:48 +0200
committerGitHub <noreply@github.com>2024-12-12 17:59:48 +0200
commit6a195dd1feb27f8291b053b14c7b34844aa553eb (patch)
treed2239cbf9ce9a4edc776dda2afb74b9e4f890945
parent44a93a6bb987ae390907d9bfe7d1c9f12bd63a58 (diff)
downloademu8910-6a195dd1feb27f8291b053b14c7b34844aa553eb.tar.gz
emu8910-6a195dd1feb27f8291b053b14c7b34844aa553eb.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 ff775f7..df75eb6 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).
-> **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>