thimc / chip9

CHIP-8 emulator for 9front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chip9

screenshot

CHIP-8 emulator for 9front / plan 9

Keyboard shortcuts

1	2	3	4
Q	W	E	R
A	S	D	F
Z	x	C	V

To pause the emulator press p.

To step the emulator, one instruction at a time press o.

To show debugging information press i.

TODO

  • Better input handling.
  • Better drawing speeds.

Installation

mk install
chip9 ibm.ch8

License

MIT

About

CHIP-8 emulator for 9front

License:MIT License


Languages

Language:C 99.2%Language:Makefile 0.8%