Chip-8 Emulator implementation in C++ using SDL2.
![]() |
![]() |
![]() |
![]() |
git clone git@github.com:rhaeus/chip8.git
Provide a CHIP-8 ROM file to run the emulator by specifying the path to the ROM file in main.cpp.
cd chip8
mkdir build
cd build
cmake ..
make
./Chip8



