summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2025-12-21 15:31:39 +0200
committerGitHub <noreply@github.com>2025-12-21 15:31:39 +0200
commit8d214bdc61c76b24f9191aaf74250ec87b1c8593 (patch)
tree607e61637ae54ec1329b0c822feb6a4ced082978
parentd68bd6e66adf804c39eeb86862690b3058e1e081 (diff)
downloademu8910-8d214bdc61c76b24f9191aaf74250ec87b1c8593.tar.gz
emu8910-8d214bdc61c76b24f9191aaf74250ec87b1c8593.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5677f88..1474e46 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,8 @@ 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.
+This snippet sets the `ISR` (Interrupt Service Routine) function which read/writes to the PSG register file and sets
+the `clock` and `interrupt` frequency.
To stop playback:
```