diff options
author | Lunar RF Labs <md.node.0@gmail.com> | 2025-07-07 17:26:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-07 17:26:00 +0200 |
commit | 477a780b50b510ef9b3d0b0c511380ddb2bd2f25 (patch) | |
tree | bb9e28056d0d07b6b5664421b2cc793b39bc7126 | |
parent | 23158083410859d99d01ac7bc3569d9fb5de26e6 (diff) | |
download | emu8910-477a780b50b510ef9b3d0b0c511380ddb2bd2f25.tar.gz emu8910-477a780b50b510ef9b3d0b0c511380ddb2bd2f25.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ var emu8910 = new PSG49(YM_CLOCK_ZX, 50); ``` Which sets the default clock speed (`1.75 MHz`) and interrupt frequency (`50 Hz`). -This exposes a a `PSG` `register` file in the `emu8910.register` object: +This exposes a `PSG` `register` file in the `emu8910.register` object: ``` emu8910.register.A_FINE emu8910.register.A_COARSE |