summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-01-30 14:48:07 +0200
committerGitHub <noreply@github.com>2024-01-30 14:48:07 +0200
commite363cc0af9c7e1b8d1efad2c3992c3589ea4cfb2 (patch)
treedef382f602077f5c06e12da9d9b83fd552514b5b
parent2fa2dd65d3711666cf306817fe11f643913115fa (diff)
downloademu8910-e363cc0af9c7e1b8d1efad2c3992c3589ea4cfb2.tar.gz
emu8910-e363cc0af9c7e1b8d1efad2c3992c3589ea4cfb2.zip
journal: update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ee22e9..7ed0bc5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,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.
+Which sets the default clock speed and interrupt frequency (50 Hz).
This exposes a a PSG register file in the `emu8910.register` object:
```