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.
299 B
299 B
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