A CHIP8 emulator written in C.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dionisis 64aba42691 Update 'README.md' 5 years ago
.settings Added stuff 5 years ago
Debug Added stuff 5 years ago
roms Added stuff 5 years ago
src Added stuff 5 years ago
.cproject Added stuff 5 years ago
.directory Added stuff 5 years ago
.project Added stuff 5 years ago
README.md Update 'README.md' 5 years ago

README.md

CHIP8-EMU

A CHIP8 emulator written in C.

Eclipse IDE import:

File > Import > Existing Code as Makefile project

Building:

Eclispe IDE:

Right click project > Build Project.

Terminal:

cd Debug make

Running:

./CHIP8-EMU <ROM FILE>

Known issues:

  • Implement key pad