Skip to content

ColleagueRiley/RGFW-chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published