diff options
| author | Dylan Müller <md.node.0@gmail.com> | 2025-09-05 20:15:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-05 20:15:45 +0200 |
| commit | d47ccb4ce77861021b2fd5a460ebcf8585b24744 (patch) | |
| tree | e485bac25f8611e8e7a77682420dba97fc1ff91b | |
| parent | 27bf9aaeef39ca8196d462a038ee653dc1816a45 (diff) | |
| download | emu8910-d47ccb4ce77861021b2fd5a460ebcf8585b24744.tar.gz emu8910-d47ccb4ce77861021b2fd5a460ebcf8585b24744.zip | |
Update README.md
| -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! |
