diff options
author | Lunar Journal <md.node.0@gmail.com> | 2025-01-07 17:21:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 17:21:21 +0200 |
commit | db0ef441abff8a82923f6882bf35686acf27e73a (patch) | |
tree | f9ec2afd602c597103792b8ae3de5e6edabdda63 | |
parent | 3be7efeb1b4e75d1a3fffe4e83e2f3f46097f679 (diff) | |
download | emu8910-db0ef441abff8a82923f6882bf35686acf27e73a.tar.gz emu8910-db0ef441abff8a82923f6882bf35686acf27e73a.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # emu8910 -This repository contains a `Typescript` implementation of General Instrument's [`AY8910`](https://en.wikipedia.org/wiki/General_Instrument_AY-3-8910) `PSG` (programmable sound generator). +This repository contains a `Typescript` implementation of General Instrument's [`AY8910`](https://en.wikipedia.org/wiki/General_Instrument_AY-3-8910) `PSG` (programmable sound generator) in less than `1K` lines. It implements most of the `PSG's` original registers. <br> |