chip8
September 25, 2016 ยท View on GitHub
CHIP-8 Interpreter in C and SDL
For playing CHIP-8 games on a modern PC. Should work on Linux and OSX, and maybe Windows if you believe in yourself.
Requirements
Requires SDL2, SDL2_ttf and cmocka for unit tests.
Running
To compile: make
To test: make test
To run: ./chip8 <path to chip8 rom>