Franck STAUFFER
ab05516329
Fix a bug where v[X] was not handled in 0xFX55 and 0xFX65, use memcpy instead of looping, increment i like in the original implementation
CHIP-8
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
How-to run
make
./bin/chip8 ROM
Find ROMs
You can find ROMs here.
Test ROM
Description
Languages
C
97%
Makefile
3%