summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-15 11:51:39 +0200
committerGitHub <noreply@github.com>2024-12-15 11:51:39 +0200
commit0bffc4269c9fe6589219e9c23e7991243645ab97 (patch)
treeb3ffcf1243a8a1a9936cdf7400f538f0900e41ef
parentc0d84052a422bd0925dc59ebe142414da6f93a3e (diff)
downloademu8910-0bffc4269c9fe6589219e9c23e7991243645ab97.tar.gz
emu8910-0bffc4269c9fe6589219e9c23e7991243645ab97.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 45ea844..597fd5d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ The offical datasheet for the `PSG` can be found [`here`](http://map.grauw.nl/re
> [`AYSir`](https://drsnuggles.github.io/AYSir/?engine=lunar)
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) for updating the `PSG's` registers.
`FIR` filter data generated using:
[`https://www.arc.id.au/FilterDesign.html`](https://www.arc.id.au/FilterDesign.html).