Skip to content

Releases: BrianPugh/game-and-watch-patch

v0.12

25 Feb 01:38
fbb255c
Compare
Choose a tag to compare

What's Changed

  • Add a sanity-check to PC and SP before launching other firmware. by @BrianPugh in #74

Full Changelog: v0.11...v0.12

v0.11

23 Feb 16:02
1bd588c
Compare
Choose a tag to compare

What's Changed

  • store firmware metadata in vector table (hdmi-cec) by @BrianPugh in #72
  • directly dual boot if 0x544F4F42 is in RTC_BKP_DR0. Holding GAME on boot will prevent dual-booting. by @BrianPugh in #73

New Contributors

Full Changelog: v0.10...v0.11

v0.10

18 Mar 23:55
Compare
Choose a tag to compare

Bug Fixes

  • Re-add keystone-engine, it's still kinda needed :(.

Full Changelog: v0.9...v0.10

v0.9

17 Mar 22:30
a1b82a5
Compare
Choose a tag to compare

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

25 Nov 16:35
Compare
Choose a tag to compare

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

Full Changelog: v0.7...v0.8

v0.7

11 Nov 18:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6...v0.7

v0.6

10 May 16:04
eda4219
Compare
Choose a tag to compare

Features

  • Hide RIGHT+GAME triple-boot option behind --triple-boot. This is so that if triple-boot is not used, RIGHT+GAME won't accidentally softlock the system.

v0.5 - 0x08020000 Entrypoint

01 May 00:33
a18b29b
Compare
Choose a tag to compare

Features

  • RIGHT + GAME now launches firmware stored at 0x08020000. Can be used to have more homebrew on a single console.

Zelda Initial Support

15 Nov 20:51
Compare
Choose a tag to compare

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

25 Oct 16:28
Compare
Choose a tag to compare

Bug Fixes

  • Fix mario song references (if kept in)
  • Fix sleeping image references (if kept in)