A Chip8 Emulator

To run a rom-file, just drag-and-drop it on the corresponding build for your OS.

The key layout is the following:

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

on the Chip8 corresponds to 

1 2 3 4
q w e r
a s d f
z x c v

On a US-Keyboard.

For example, in the Breakout game rom you move the player left and right by using q and e.

For more information about the Chip8 visit: https://en.wikipedia.org/wiki/CHIP-8