This is my implementation of a CHIP8 interpreter / virtual machine / emulator.
It uses C++17 with libSDL2 for graphics and input.
The emulator passing tests from the chip8 test suite rom.
Flight Runner from johnearnest's archive.
Br8kout from johnearnest's archive.