Chip 8 interpreter written in C++ and GUI using SDL3. GUI has some CPU state information.
Rom font is for sprite test, key is for input test and test2 for draw opcode test.
- Guide / Reference: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
- Guide / Reference: https://austinmorlan.com/posts/chip8_emulator/
- Test ROMS: https://github.com/Timendus/chip8-test-suite
- Games: https://johnearnest.github.io/chip8Archive/
