summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-07 20:13:55 +0200
committerGitHub <noreply@github.com>2024-12-07 20:13:55 +0200
commit47f2efd64a5a7e01f21264562df302e678a9b5d2 (patch)
treed58fe499a1e4b7a15bdae1b69dd7f9931b100bcb
parentcbb3c107d68589bc882dd4e71fcccbbea4ba626d (diff)
downloademu8910-47f2efd64a5a7e01f21264562df302e678a9b5d2.tar.gz
emu8910-47f2efd64a5a7e01f21264562df302e678a9b5d2.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 938a605..f682938 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ To use simply create a `PSG49` object as follows:
```
var emu8910 = new PSG49(YM_CLOCK_ZX, 50);
```
-Which sets the default clock speed and interrupt frequency (50 Hz).
+Which sets the default clock speed and interrupt frequency (`50 Hz`).
This exposes a a `PSG` register file in the `emu8910.register` object:
```