CHIP-8 interpreter written in C using Raylib for graphics
git clone https://github.com/WuGambinos/chip-8.git
- make
- gcc
- MinGW (Windows)
cd chip-8
mkdir build
cmake -G "MinGW Makefiles"..
mingw32-make
cd chip-8
mkdir build
cmake ..
make
cd chip-8
mkdir build
cmake ..
make
cd chip-8
cd build
./chip8 path/to/rom
cd chip-8
cd build
./chip8 path/to/rom
cd chip-8
cd build
./chip8 path/to/rom
- Fix Documentation