Golang and SDL implementation of Chip8 VM. Passes all tests of Timendus' Chip-8 Test Suite.
$ go build -ldflags='-s -w' -o ./chip8go ./cmd/main.go$ ./chip8go -r=<path-to-rom-file>| . | . | . | . |
|---|---|---|---|
| 1 | 2 | 3 | 4 |
| Q | W | E | T |
| A | S | D | F |
| Z | X | C | V |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Golang and SDL implementation of Chip8 VM. Passes all tests of Timendus' Chip-8 Test Suite.
$ go build -ldflags='-s -w' -o ./chip8go ./cmd/main.go$ ./chip8go -r=<path-to-rom-file>| . | . | . | . |
|---|---|---|---|
| 1 | 2 | 3 | 4 |
| Q | W | E | T |
| A | S | D | F |
| Z | X | C | V |