summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2025-12-21 15:49:37 +0200
committerGitHub <noreply@github.com>2025-12-21 15:49:37 +0200
commitaab4459db564e1129cc861e9aaa8e219569c3a3a (patch)
tree39fecfb838622f7caec9e6ab7d1e6221a094f258
parentd2e6dabee667d0b256635e378ca8143b06b5948e (diff)
downloademu8910-aab4459db564e1129cc861e9aaa8e219569c3a3a.tar.gz
emu8910-aab4459db564e1129cc861e9aaa8e219569c3a3a.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 97cd11d..3fdecc2 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ The offical datasheet for the `PSG` can be found [`here`](http://map.grauw.nl/re
> [`player link`](https://files.lunar.sh/apps/AYSir/?engine=lunar) [[`source`](https://github.com/DrSnuggles/AYSir)]
Sound output is achieved in the browser through an `AudioContext()` hook. <br>
-This `emulator` also adds interrupt support (with variable frequency support) for updating the `PSG's` registers.
+This `emulator` also adds interrupt support (with a user defined frequency) for updating the `PSG's` registers.
> Note: `FIR` LPF (Low-Pass Filter) data is generated procedurally.