Releases: gonccalo/gameboyGO
Releases · gonccalo/gameboyGO
gameboyGO V0.2.0 ALPHA
Changes
- Added support for MBC3 cartridges.
- Pokemon Red and Gold tested.
- Roms will now load saved games if they exist.
Running
Linux
export GODEBUG=cgocheck=0
./gameboygo -rom <rom file>
Windows
launch.bat <rom file>
gameboyGO V0.1.2 ALPHA
Changes
- Better framerate!
- Fixed incorrect pixel color in some sprites.
- Improved rom bank changing
Running
Linux
export GODEBUG=cgocheck=0
./gameboygo -rom <rom file>
Windows
launch.bat <rom file>
Binaries
Linux - gameboyGO-v0.1.2ALPHA-Linux64.tar.gz
Windows - gameboyGO-v0.1.2ALPHA-Win64.zip
First release!
v0.1.0-alpha Update README.md