diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ # emu8910 +``` + ______ _____ _____ ___ ______ + / __/ |/ / / / ( _ ) _ < / _ \ + / _// /|_/ / /_/ / _ \_, / / // / +/___/_/ /_/\____/\___/___/_/\___/ + +``` This repository contains a single file `Typescript` implementation of General Instrument's [`A-3-8910`](https://en.wikipedia.org/wiki/General_Instrument_AY-3-8910) `PSG` (programmable sound generator) in less than `1K` lines and without any magic constants! |
