This is my attempt at making a Chip8 emulator (or interpreter, whatever you want to call it).
Dependencies:
Key | Action |
---|---|
o |
Toggle overlay |
p |
Pause/unpause |
u |
Decrease clock speed |
i |
Increase clock speed |
The CMake build system is used:
mkdir build
cd build
cmake ..
make