summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <md.node.0@gmail.com>2026-02-06 16:40:46 +0200
committerGitHub <noreply@github.com>2026-02-06 16:40:46 +0200
commita8ee69b79c5c1611bd8a48cfd0d9df4201ff1e82 (patch)
tree14f1788614f94e2f7761ee59d777a0ba3e484dcf
parentac35e3591b06ef7fc2b8cf96cc906b8e10c52e24 (diff)
downloademu8910-a8ee69b79c5c1611bd8a48cfd0d9df4201ff1e82.tar.gz
emu8910-a8ee69b79c5c1611bd8a48cfd0d9df4201ff1e82.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 ab17516..da66b91 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ 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/Emulator by DrSnuggles** <br>
-> [`player link`](https://files.lunar.sh/apps/AYSir/?engine=lunar)
+> [`player link`](https://files.lunar.sh/app/AYSir/?engine=lunar)
Sound output is achieved in the browser through an `AudioContext()` hook. <br>
This `emulator` also adds interrupt support (with a user defined frequency) for updating the `PSG's` registers.