Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 258 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 258 Bytes

Chip-8-Emulator

A simple C++ implementation of the CHIP-8 CPU. I am not good at C++ yet so don't mind any stupid coding decisions.

To run this you'll need SDL2. Currently the ROM data points to a hard-coded location on my hard drive. I'll fix that later.