Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 151 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 151 Bytes

Working on multiple emulators in c++ starting with CHIP-8.

Developed on Linux, using SDL and building with gcc.

g++ main.cpp chip8.cpp -lSDL2