2020-09-09 00:30:56 +02:00
2020-08-03 18:01:43 +02:00
2020-08-04 13:36:24 +02:00
2020-08-03 15:02:03 +02:00
2020-08-17 12:02:32 +02:00
2020-08-03 15:15:02 +02:00
2020-09-09 00:30:56 +02:00
2020-09-09 00:00:34 +02:00

logo

Compile-time options

You can tweak some variables:

  • SCALE: Increase the size of pixels
  • WAIT: 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

https://github.com/corax89/chip8-test-rom

Description
No description provided
Readme 60 KiB
Languages
C 97%
Makefile 3%