Skip to content

dealbertt/Cemul8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My own chip-8 emulator written in C
Right now to build the project use the makefile:

make

To delete the project and the obj files:

make clean 

To rebuild the project:

make remake 

and then to run the emulator:

./Cemul8 PathToROM.ch8 or ./Cemul8 PathToROM.c8

About

An emulator for the CHIP-8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors