Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 449 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 449 Bytes

Yet another Chip8 emulator

This is my attempt at making a Chip8 emulator (or interpreter, whatever you want to call it).

Dependencies:

Key bindings

Key Action
o Toggle overlay
p Pause/unpause
u Decrease clock speed
i Increase clock speed

Building

The CMake build system is used:

mkdir build
cd build
cmake ..
make