chip8-emulator This is a project I made to understand how emulators work. Requirements make SDL C++ 17 compiler Compilation and usage make ./chip8 roms/<rom> References [1] https://en.wikipedia.org/wiki/CHIP-8 [2] http://mattmik.com/files/chip8/mastering/chip8.html [3] http://devernay.free.fr/hacks/chip8/C8TECH10.HTM