diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-16 16:58:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 16:58:02 +0200 |
commit | a6e950f1fb5f996388142cda2b779351e8d471e2 (patch) | |
tree | 9480613f6c8e5b41f17fe7d5eb6b2485cd30239a | |
parent | 5349be6dc51226d2a23ceb7bcdcfeae7f672e7d6 (diff) | |
download | emu8910-a6e950f1fb5f996388142cda2b779351e8d471e2.tar.gz emu8910-a6e950f1fb5f996388142cda2b779351e8d471e2.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ emu8910.clock.frequency = song.getClockRate() emu8910.interrupt.frequency = song.getFrameRate() ``` -This sets the `ISR` (Interrupt Service Routine) function, clock and interrupt frequency for a specific song. +This sets the `ISR` (Interrupt Service Routine) function, `clock` and `interrupt` frequency for a specific module. To stop playback: ``` |