CHIP-8 emulator made with C++ and SDL2
Runs most game ROMs found online and passes tests from Timendus' CHIP-8 Testing Suite
Created to practice modern C++ and as a stepping stone for a Gameboy emulator
-
CHIP-8 Technical Reference (Matthew Mikolay)
-
Guide to making a CHIP-8 emulator (Tobias V. Langhoff)
-
Building a CHIP-8 Emulator (Austin Morlan)
-
CHIP-8 Testing Suite (Timendus)