/CHIPPER

A CHIP-8 interpreter/emulator written in C++ and SFML

Primary LanguageC++MIT LicenseMIT

CHIPPER

A CHIP-8 interpreter written in C++ and SFML

pong

blinky

Build

Make sure SFML is included in the compiler standard include path

make
./chip [ROM name] [?alt]

Running with alt as a secondary optional argument renders the display with green and black

For a list of available ROMs, check the roms folder

Run

make clean

to clean up

Keyboard

1 | 2 | 3 | 4
-------------
Q | W | E | R
-------------
A | S | D | F
-------------
Z | X | C | V

Pressing Backspace at any time will reset the emulation

Resources