diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-26 10:49:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-26 10:49:52 +0200 |
commit | e0b74babdc0981e1124ec750f3c91de1c435a1a6 (patch) | |
tree | 1886d0848b7094dd428f3df77a03270b7dbf0a47 | |
parent | a00dd5b8c64d7dcb8202286a436837a5011b074e (diff) | |
download | emu8910-e0b74babdc0981e1124ec750f3c91de1c435a1a6.tar.gz emu8910-e0b74babdc0981e1124ec750f3c91de1c435a1a6.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ emu8910.clock.frequency = song.getClockRate() emu8910.interrupt.frequency = song.getFrameRate() ``` +> Note: You can download modules from [https://ftp.modland.com/pub/modules/](https://ftp.modland.com/pub/modules/) + This sets the `ISR` (Interrupt Service Routine) function, `clock` and `interrupt` frequency for a specific module. To stop playback: |