C8emu

A Chip-8 emulator using C++ and SDL2.

MIT License

Stars
6

C8emu

C8emu is just another Chip-8 based emulator that uses C++ and SDL2.

Building and Running

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.

References