diff options
author | Lunar Journal <md.node.0@gmail.com> | 2025-01-13 18:19:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-13 18:19:22 +0200 |
commit | 221130f8108650351c0086b75a7a55dfd38be8a4 (patch) | |
tree | 6db2213f6a99ab7370fe31831e2120fc35aff2b1 | |
parent | c31504b81e77a505fb0a375668a0e144eb86ed8d (diff) | |
download | emu8910-221130f8108650351c0086b75a7a55dfd38be8a4.tar.gz emu8910-221130f8108650351c0086b75a7a55dfd38be8a4.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ emu8910.register.ENV_SHAPE The `register` file is then used to control the `PSG` or extract state information. -To play a FYM module: +To play a `FYM` module: ``` song = new FYMReader(<BUFFER>); emu8910.interrupt.routine = <ISR_FUNC> |