diff options
| author | Dylan Müller <md.node.0@gmail.com> | 2025-12-21 15:49:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-21 15:49:37 +0200 |
| commit | aab4459db564e1129cc861e9aaa8e219569c3a3a (patch) | |
| tree | 39fecfb838622f7caec9e6ab7d1e6221a094f258 | |
| parent | d2e6dabee667d0b256635e378ca8143b06b5948e (diff) | |
| download | emu8910-aab4459db564e1129cc861e9aaa8e219569c3a3a.tar.gz emu8910-aab4459db564e1129cc861e9aaa8e219569c3a3a.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
