summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2023-09-18 22:47:39 +0200
committerGitHub <noreply@github.com>2023-09-18 22:47:39 +0200
commit226ccd89acb851efe97220f1ac3d96b492dd7a18 (patch)
tree6017ce47cf3db75777f6105d4b08ec5c6e23db42 /README.md
parentb6105f6232cee195b78fe0a4a6b3c5b9981daa8a (diff)
downloademu8910-226ccd89acb851efe97220f1ac3d96b492dd7a18.tar.gz
emu8910-226ccd89acb851efe97220f1ac3d96b492dd7a18.zip
emu8910: readme: update readme
Small readme formatting fix.
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 c91c40f..8584968 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
This repository contains a Typescript implementation of General Instrument's [AY-3-8910](https://en.wikipedia.org/wiki/General_Instrument_AY-3-8910) PSG (programmable sound generator).
It implements most of the PSG's original registers. A datasheet can be found [here](http://map.grauw.nl/resources/sound/generalinstrument_ay-3-8910.pdf).
-Sound output is achieved in the browser through an AudioContext() hook. <br>
+Sound output is achieved in the browser through an `AudioContext()` hook. <br>
This emulator also adds interrupt support (with variable frequency) for updating the PSG's registers.
FIR filter data generated using: