C implementation of CHIP-8
mkdir build
cd build
cmake ..
make
chip8 ..games/<game.ch8>
You can modulate emulation speed by giving a second param.
chip8 ..games/<game.ch8> 120
| Name | Name | Last commit date | ||
|---|---|---|---|---|
C implementation of CHIP-8
mkdir build
cd build
cmake ..
make
chip8 ..games/<game.ch8>
You can modulate emulation speed by giving a second param.
chip8 ..games/<game.ch8> 120