CHIP8

From KolibriOS wiki
Revision as of 10:36, 23 May 2021 by Rgimad (talk | contribs) (Created page with "thumb|right '''CHIP8''' - Chip-8 systems emulator, written specially for KolibriOS in pure Fasm from scratch. '''Author:''' rgimad (rustem.gimadu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Chip8 screen1.png

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.