franck.stauffer
6f738d8ccf
Revert "Remove logo from readme"
This reverts commit bd970853be8001d7559d903defde40dd5e2a1e7e.
Compile-time options
You can tweak some variables:
SCALE
: Increase the size of pixelsWAIT
: Time waited between two opcodes in microseconds
You can set them in the CPPFLAGS of the Makefile with -DWAIT=100 -DSCALE=20
Dependencies
SDL2
and SDL2_Mixer
How-to run
make
./bin/chip8 ROM
Find ROMs
You can find ROMs here.
Test ROM
Description
Languages
C
97%
Makefile
3%