diff options
author | Lunar Journal <md.node.0@gmail.com> | 2023-09-18 22:47:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 22:47:39 +0200 |
commit | 226ccd89acb851efe97220f1ac3d96b492dd7a18 (patch) | |
tree | 6017ce47cf3db75777f6105d4b08ec5c6e23db42 /README.md | |
parent | b6105f6232cee195b78fe0a4a6b3c5b9981daa8a (diff) | |
download | emu8910-226ccd89acb851efe97220f1ac3d96b492dd7a18.tar.gz emu8910-226ccd89acb851efe97220f1ac3d96b492dd7a18.zip |
emu8910: readme: update readme
Small readme formatting fix.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |