My own chip-8 emulator written in C
Right now to build the project use the makefile:
makeTo 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