Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 127 Bytes

File metadata and controls

15 lines (11 loc) · 127 Bytes

CHIP-8

CHIP-8 Emulator made in C++ with SDL3

Build

mkdir build
cd build
cmake ..
make

Run

./chip8 rom.ch8