A CHIP-8 interpreter written in C++ and SFML
Make sure SFML is included in the compiler standard include path
make
./chip [ROM name] [?alt]
Running with alt
as a secondary optional argument renders the display with green and black
For a list of available ROMs, check the roms
folder
Run
make clean
to clean up
1 | 2 | 3 | 4
-------------
Q | W | E | R
-------------
A | S | D | F
-------------
Z | X | C | V
Pressing Backspace
at any time will reset the emulation