A chip8 emulator
|---------------| |---------------|
| 1 | 2 | 3 | C | | 1 | 2 | 3 | 4 |
| 4 | 5 | 6 | D | = | Q | W | E | R |
| 7 | 8 | 9 | E | = | A | S | D | F |
| A | 0 | B | F | | Z | X | C | V |
|---------------| |---------------|
- https://archive.org/details/Chip-8RomsThatAreInThePublicDomain
- https://www.zophar.net/pdroms/chip8.html
- https://github.com/kripod/chip8-roms
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
- https://storage.googleapis.com/wzukusers/user-34724694/documents/5c83d6a5aec8eZ0cT194/CHIP-8%20Classic%20Manual%20Rev%201.3.pdf
- https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Instruction-Set
- https://tonisagrista.com/blog/2021/chip8-spec/
- AGPL v3-only