1 2 3 4
q w e r
a s d f
z x c v
Install SDL2 development library
Compile program with make
Run with ./chip8 ROM
Install SDL2 development library (using 'brew' is recommended)
Compile with make mac
Run with ./chip8 ROM
Install SDL2 development library
Requires mingw32
Compile with make windows
Run with ./chip8.exe ROM
By default FX55 and FX65 will increment the I register. This can be disabled for compatibility purposes by using the -i flag