C8emu is just another Chip-8 based emulator that uses C++ and SDL2.
This project requires cmake to build.
To build:
$ git clone https://github.com/aymanbagabas/C8emu.git && cd C8emu
$ mkdir build && cd build
$ cmake ..
$ make
To run:
./C8emu [ROM FILE]
Add -v
to debug.
You can find some ROMs under the roms
directory.