Hachigo is a simple CHIP-8 emulator. It's equipped with SDL as the user interface.
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