Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 545 Bytes

RGFW-chip8

A simple Chip8 (c8) emulator using RGFW

screenshot

building

make - to build rgfw-c8

make debug - rebuild rgfw-c8 and run tests

use

to run a rom:

./rgfw-c8 <rom>

to run a rom with the old flag enabled

./rgfw-c8 <rom> 8

roms

The testing roms were sourced from Chip-8 test suite on github

resources

Chip-8 test suite

Wikipedia