A simple Chip8 (c8) emulator using RGFW
make
- to build rgfw-c8
make debug
- rebuild rgfw-c8
and run tests
to run a rom:
./rgfw-c8 <rom>
to run a rom with the old flag enabled
./rgfw-c8 <rom> 8
The testing roms were sourced from Chip-8 test suite on github