First you will need to install SDL2
git clone https://github.com/charyan/chip8emu.git
cd chip8emu/
make all
./mainIf you encouter the following error : libSDL2-2.0.so.0: cannot open shared object file
You need to add the path to the SDL2 lib with export LD_LIBRARY_PATH="/usr/local/lib"
Place your roms in directory chip8emu/roms/. Use SPACE to pause the execution of the chip8 executable.
[Chip8] [Keyboard]
1 2 3 C 1 2 3 4
4 5 6 D --> Q W E R
7 8 9 E A S D F
A 0 B F Z X C V
