A CHIP-8 Emulator in golang
- golang 1.11.x and later (using go module)
- SDL2
-
Run
go run main.go -f /path/to/rom
-
Reload game: press 'l' or 'L'
In this Emulator, CHIP-8 keys are mapped to below.
1 2 3 C ----> 1 2 3 4
4 5 6 D ----> Q W E R
7 8 9 E ----> A S D F
A 0 B F ----> Z X C V
ROMs are in the games directory.