diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 18:19:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 18:19:44 +0200 |
commit | f00456c1797bc45d0dd6a11482f25c3ccdc7d90a (patch) | |
tree | 7034fe974801b9729e4dc56afef747acf2dc2050 /README.md | |
parent | 35231ebdaa36f08651a1183f5c73cbf218e6a59e (diff) | |
download | emu8910-f00456c1797bc45d0dd6a11482f25c3ccdc7d90a.tar.gz emu8910-f00456c1797bc45d0dd6a11482f25c3ccdc7d90a.zip |
Update README.md
Diffstat (limited to '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 song. To stop playback: ``` |