Olle Logdahl, 14 August 2020
Emulator for the complete instruction set of chip8. Uses SDL2 for rendering. Everything works except sound.
Note: developed for linux. Codebase should be portable, but the cmake build may need to be modified.
git clone https://github.com/ollelogdahl/chip8.git
mkdir build
cd build
cmake .. && make -j4
Usage:
chip8 <rom name>