Interpreter for the CHIP-8 programming language
gcc chip8.c -lSDL2 -lSDL2_mixer -o c8.o
./c8.o <rom file>Change the INSTRUCTIONS_PER_FRAME macro to adjust the speed of the interpreter. 10-20 is standard.
- SDL2
- SDL2 Mixer
sudo dnf install SDL2-devel
sudo dnf install SDL2_mixer-devel