A CHIP-8 emulator written in C++11 using the SDL2 library.
You will need to have SDL2 headers and libraries installed as well as make utility. Run make to build:
$ make
To emulate chip-8 rom file just pass it as an argument:
$ chip8emu /path/to/rom/file/PONG
Pong:
Brix:
Space Invaders: