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.

23 lines
298 B

5 years ago
# CHIP8-EMU
5 years ago
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