A simple Chip-8-Emulator written in C. Written to see if I want to build more complicated emulators.
I realize this is technically an interpreter as Chip8 was never a real machine
Used SDL2 for graphics (Hacker Green)
- All instructions are implemented
- All instructions are tested using chip8-test-suite
- All instructions are tested for borrow and carry bits
- Emulator can play pong
- Sound timer is not set up to actually play sound