A CHIP8 emulator written in C and SDL.
The key bindings are:
1 2 3 4
q w e r
a s d f
z x c v
Dependencies: SDL2
Open the project in Visual Studio and compile
Dependencies: SDL2, GTK2
Compile using:
g++ chip8.cpp main.cpp loader.cpp vars.h `sdl2-config --cflags --libs` `pkg-config --cflags --libs gtk+-2.0`