Skip to content

GoBoy v0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Humpheh Humpheh released this 01 Oct 10:32
· 91 commits to master since this release

Initial release of GoBoy for Windows and MacOS! This version contains a playable GameBoy emulator complete with video, experimental audio and input.

Running

GoBoy must be run from the command line. To run, simply open a command prompt and navigate to the directory with goboy:

Windows

goboy-v0.1-win64.exe -sound -rom <rom>

MacOS

chmod +x goboy-v0.1-mac64
./goboy-v0.1-mac64 -sound -rom <rom>