a small chip-8 interpreter with fancy memory map
it runs simple chip-8 roms
- SDL2(-dev)
$ git clone git@github.com:fabulousduck/chip-8.git
$ cd chip-8
$ make
$ ./chip-8 -f games/<game name>TODO
-f <game/path>supply a game file-dstart with debugger