Releases: BrianPugh/game-and-watch-patch
Releases · BrianPugh/game-and-watch-patch
v0.10
v0.9
What's Changed
- Now uses GnWManager.
- No longer depends on
keystone-engine
for non-developers. - Integrates stm32h7 driver code; no longer need to explicitly download.
Full Changelog: v0.8...v0.9
v0.8 - LAST RELEASE BEFORE GNWMANAGER
THIS IS THE FINAL RELEASE BEFORE MIGRATING TO GNWMANAGER.
If you are following a guide written prior to March 2024, it will be expecting you to be using version <=0.8 of this repo.
What's Changed
- Optimized CLOCK/TIME sound patch to bare minimum by @BenjaminSoelberg in #64
- Renamed --no-beep to --no-second-beep and added a --no-hour-tune by @BenjaminSoelberg in #65
- This should fix #59 - [ZELDA] GB games resets retro-go config (and sometimes BSOD) by @BenjaminSoelberg in #66
Full Changelog: v0.7...v0.8
v0.7
What's Changed
- Add picoprobe support by @luisfcorreia in #56
- Build and flash using Docker by @cHunter789 in #57
- [ZELDA] update doc and flash zelda roms by @DSkywalk in #60
- remove default zelda rom override paths by @BrianPugh in #61
- Added an option
--no-beep
to remove the annoying second beep in TIME/CLOCK on Zelda devices by @BenjaminSoelberg in #63
New Contributors
- @luisfcorreia made their first contribution in #56
- @cHunter789 made their first contribution in #57
- @DSkywalk made their first contribution in #60
- @BenjaminSoelberg made their first contribution in #63
Full Changelog: v0.6...v0.7
v0.6
v0.5 - 0x08020000 Entrypoint
Features
RIGHT + GAME
now launches firmware stored at 0x08020000. Can be used to have more homebrew on a single console.
Zelda Initial Support
Initial support for the Zelda game and watch. Features are pretty bare-bones right now, but it'll allow you to launch retro-go.
Breaking Changes
Firmware files must now have the following names: internal_flash_backup_${DEVICE}.bin
and flash_backup_${DEVICE}.bin
, where DEVICE
is one of {"mario", "zelda"}
. For example, if you are patching the mario game and watch, the files should be named internal_flash_backup_mario.bin
and flash_backup_mario.bin
in the root directory of this project.
v0.3
v0.2
Features
- Add ability to override SMB1 ROM.
- Add ability to dynamically apply graphical IPS patches to clock SMB1 rom.
- Automatically do a whole rebuild whenever
PATCH_PARAMS
changes.
Bug Fixes
- Fix
make help
for systems that default to Python2. - Don't allow mario song to launch if the assets have been removed.
Development
- Linting
- Dump tileset and iconset. Experimental tileset editing.
- Dump
itcm_rwdata.bin
anddtcm_rwdata.bin
- Reduce lzma buffer size. Slightly improve compression ratios by removing lzma header.
Initial Release
Merge pull request #12 from BrianPugh/more-int Complete system revamp