summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2025-01-07 17:21:21 +0200
committerGitHub <noreply@github.com>2025-01-07 17:21:21 +0200
commitdb0ef441abff8a82923f6882bf35686acf27e73a (patch)
treef9ec2afd602c597103792b8ae3de5e6edabdda63
parent3be7efeb1b4e75d1a3fffe4e83e2f3f46097f679 (diff)
downloademu8910-db0ef441abff8a82923f6882bf35686acf27e73a.tar.gz
emu8910-db0ef441abff8a82923f6882bf35686acf27e73a.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e0c77d..d692139 100644
--- a/README.md
+++ b/README.md
@@ -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>