summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-15 11:13:11 +0200
committerGitHub <noreply@github.com>2024-12-15 11:13:11 +0200
commitc0d84052a422bd0925dc59ebe142414da6f93a3e (patch)
tree4778abe2eb51e62b6fd5c2ef01da5b70c09055de /README.md
parent6a195dd1feb27f8291b053b14c7b34844aa553eb (diff)
downloademu8910-c0d84052a422bd0925dc59ebe142414da6f93a3e.tar.gz
emu8910-c0d84052a422bd0925dc59ebe142414da6f93a3e.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 df75eb6..45ea844 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 (`1.75 MHz`) and interrupt frequency (`50 Hz`).
This exposes a a `PSG` register file in the `emu8910.register` object:
```