CHIP-8 emulator
Fully functional emulator for CHIP-8 roms built with C++17 and SDL2.
All opcodes are implemented with the exception of 0NNN
, the opcode for calling RCA 1802 programs.
$ mkdir build
$ cd build
$ cmake -G "CodeBlocks - Unix Makefiles" ..
$ make
$ ./chip8 <rom file>
Links I used to learn about CHIP-8.
See also the next few videos in the series for more CHIP-8.