summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2025-12-21 15:27:05 +0200
committerGitHub <noreply@github.com>2025-12-21 15:27:05 +0200
commit97a4ce989136220f6c6a557c90dcae89b877d261 (patch)
treec88676be89ec27abb03af71514fd8061c5568987
parent996c337cb248fcca362e1fadfd20935490bf1524 (diff)
downloademu8910-97a4ce989136220f6c6a557c90dcae89b877d261.tar.gz
emu8910-97a4ce989136220f6c6a557c90dcae89b877d261.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 7b05ad9..065642c 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) for updating the `PSG's` registers.
+This `emulator` also adds interrupt support (with variable frequency support) for updating the `PSG's` registers.
> Note: `FIR` LPF data is generated procedurally.