summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-16 16:58:02 +0200
committerGitHub <noreply@github.com>2024-12-16 16:58:02 +0200
commita6e950f1fb5f996388142cda2b779351e8d471e2 (patch)
tree9480613f6c8e5b41f17fe7d5eb6b2485cd30239a /README.md
parent5349be6dc51226d2a23ceb7bcdcfeae7f672e7d6 (diff)
downloademu8910-a6e950f1fb5f996388142cda2b779351e8d471e2.tar.gz
emu8910-a6e950f1fb5f996388142cda2b779351e8d471e2.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 467f46a..32101bf 100644
--- a/README.md
+++ b/README.md
@@ -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:
```