CHIP8
Jump to navigation
Jump to search
CHIP8 - Chip-8 systems emulator, written specially for KolibriOS in pure Fasm from scratch.
Author: rgimad (rustem.gimadutdinov@gmail.com)
Usage
Open shell in current directory (in Eolite Ctrl+G).
Type for example:
chip8 roms/ibm.ch8
Keys
CHIP8 emulator can process 16 keys, they are: 0-9, a, b, c, d, e, f
ROMs
Emulator goes with some ROMs
TETRIS (roms/tetris1.ch8)
How to play: 4 key is left rotate 5 - left move 6 - right move 1 - drop
After every 5 lines, the speed increases slightly and peaks at 45 lines.