a small chip-8 interpreter with fancy memory map
it runs simple chip-8 roms
- SDL2(-dev)
$ git clone [email protected]:fabulousduck/chip-8.git
$ cd chip-8
$ make
$ ./chip-8 -f games/<game name>
TODO
-f <game/path>
supply a game file-d
start with debugger