Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 242 Bytes

File metadata and controls

7 lines (5 loc) · 242 Bytes

chip8-emulator

A basic emulator of the CHIP-8 processor.

How To Build?

Run cmake in your project's directory, then run make, then simply run the executable. If you wish to change the scale, delay or ROM file, you can do so in main.cpp.