diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-15 11:51:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-15 11:51:39 +0200 |
commit | 0bffc4269c9fe6589219e9c23e7991243645ab97 (patch) | |
tree | b3ffcf1243a8a1a9936cdf7400f538f0900e41ef | |
parent | c0d84052a422bd0925dc59ebe142414da6f93a3e (diff) | |
download | emu8910-0bffc4269c9fe6589219e9c23e7991243645ab97.tar.gz emu8910-0bffc4269c9fe6589219e9c23e7991243645ab97.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |