diff options
author | Lunar Journal <md.node.0@gmail.com> | 2025-01-07 17:21:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 17:21:51 +0200 |
commit | fae72790ec47b728d3f482959da4939ae2af9c9c (patch) | |
tree | ab5b28ab5788b38280b80ca641c65878306289b9 /README.md | |
parent | db0ef441abff8a82923f6882bf35686acf27e73a (diff) | |
download | emu8910-fae72790ec47b728d3f482959da4939ae2af9c9c.tar.gz emu8910-fae72790ec47b728d3f482959da4939ae2af9c9c.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ # 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) in less than `1K` lines. +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 and without any magic constants!. It implements most of the `PSG's` original registers. <br> |