Another C++ implementation of a chip-8 interpreter.
Usage
- Ensure that the SDL2 libraries and cmake are installed on your system. On a debian based OS you can do this by running
apt-get install libsdl2-dev
. - Compile with CMake by running
cmake CMakeLists.txt
thenmake
. - Run resulting executable with a path to a rom as an argument or enter the path after executing.
- Profit?!?!?!