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