Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 231 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 231 Bytes

Chip8

A simple emulator for chip8/schip8 vm.

build

On linux:

  ./run.sh

On Windows:

  run.bat

Specs

Clock speed: 600hz

Keypad mapping:

[1][2][3][A]
[4][5][6][B]
[7][8][9][C]
[E][0][F][D]