Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 339 Bytes

Hachigo - CHIP-8 Emulator

Hachigo is a simple CHIP-8 emulator. It's equipped with SDL as the user interface.

Usage

To run using non-original behavior:

$ go run . -f <filepath>

To run using original behavior:

$ go run . -f <filepath> -o

To view the usage of other optional flags:

$ go run . -h