diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 18:42:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 18:42:38 +0200 |
commit | cbb3c107d68589bc882dd4e71fcccbbea4ba626d (patch) | |
tree | 0b40554cdb95fd72c223f448275939290a22a7d2 | |
parent | 10f1159cf529b3d52b833255b6f9bd8c38cf1da9 (diff) | |
download | emu8910-cbb3c107d68589bc882dd4e71fcccbbea4ba626d.tar.gz emu8910-cbb3c107d68589bc882dd4e71fcccbbea4ba626d.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ FIR filter data generated using: Compile with `tsc emu8910.ts`. -To use simply create a PSG49 object as follows: +To use simply create a `PSG49` object as follows: ``` var emu8910 = new PSG49(YM_CLOCK_ZX, 50); ``` |