A toy GameBoy Color emulator written in golang.
[!CAUTION]
This GameBoy emulator project is old and NOT MAINTAINED, please see DawnGB, my new GameBoy emulator project!
日本語のドキュメントはこちら
GameBoyColor emulator written in golang.
This emulator can play a lot of ROMs work without problems and has many features.
Download binary from here.
./worldwide "***.gb" # or ***.gbc
worldwide
contains an HTTP server, and the user can give various instructions to it through HTTP requests.
Please read Server Document.
For those who want to build from source code.
Requirements
make build # If you use Windows, `make build-windows`
./build/darwin-amd64/worldwide "***.gb" # If you use Windows, `./build/windows-amd64/worldwide.exe "***.gb"`
keyboard | game pad |
---|---|
← | ← button |
↑ | ↑ button |
↓ | ↓ button |
→ | → button |
X | A button |
Z | B button |
Enter | Start button |
Backspace | Select button |