This is a simple incomplete implementation of the CHIP-8 architecture.
Just provide the rom name as launch argument.
Example: ./chip8 /roms/randomnumber/random_number_test.ch8
- Matthew Mikolay for the CHIP-8 repository and documentation of the CHIP-8 architecture.
- SDL for providing an easy way to render things.