Skip to content

Releases: lpla/mGB

mGB 1.4.1

04 Jun 21:47

Choose a tag to compare

mGB 1.4.1

Patch release after the fork audit.

Changes since v1.4.0

  • Added the remaining trash80/mGB upstream archive commit content: historical 1.3.x source ZIPs under Releases/.
  • Added docs/FORK_AUDIT.md, covering trash80/mGB, vifino/mGB, and notable sibling forks.
  • Ported the dalton-tulou / tonytwostep frequency-table lookup fix for trash80/mGB issue 3.
    • Pulse/WAV frequency and NOISE frequency lookups now carry across 256-byte memory page boundaries.
  • Bumped the ROM version display to 1.4.1.

Download

Use mGB_1_4_1.gb from this release. The SHA-256 checksum is included as mGB_1_4_1.sha256.

Validation

Tested ROM SHA-1: 7a1c4dd26b05d5f16ad2c449cd36efa2efcf2011

Regression results:

  • make -C Source test GBDK_HOME="$HOME/.cache/gbdk-2020/4.5.0/gbdk": passed.
  • make -C Source sameboy-midi-regression GBDK_HOME="$HOME/.cache/gbdk-2020/4.5.0/gbdk": 171 SameBoy MIDI/link runs passed, 0 failures.

Two informational APU-hash differences remain for poly_ch5_three_notes versus the old ROM in CGB/DMG; these are expected for the current poly behavior and did not fail the regression suite.

mGB 1.4.0

04 Jun 21:16

Choose a tag to compare

mGB 1.4.0

This fork release modernizes mGB for GBDK-2020 and focuses on live reliability, runtime MIDI channel setup, multi-Game-Boy polyphony, and modern performance controls.

Download

Use mGB_1_4_0.gb from this release. The SHA-256 checksum is included as mGB_1_4_0.sha256.

Highlights

  • Runtime MIDI channel mapping for PU1, PU2, WAV, NOISE, and POLY.
  • GB1/GB2/GB3 profiles matching the historical extended-ROM ranges: 1-5, 6-10, and 11-15.
  • Per-synth channel off (OF) for custom multi-Game-Boy layouts.
  • Cartridge SRAM persistence for presets and global performance setup.
  • Velocity curves, MPE-lite pressure/timbre controls, pulse-channel legato, global CC120 panic, CC121 reset, and microtuning.
  • Tuning modes: equal, just, Pythagorean, 19-EDO, and 24-EDO. In 19/24-EDO, one MIDI key equals one tuning step.
  • GBDK-2020 build system and SameBoy MIDI/link regression harness.
  • Musician and developer documentation in docs/.

Validation

Tested ROM SHA-1: 23f24562f1b9e8097d9a19a1964f586f6760ae49

Regression results:

  • make -C Source test GBDK_HOME="$HOME/.cache/gbdk-2020/4.5.0/gbdk": passed.
  • make -C Source sameboy-midi-regression GBDK_HOME="$HOME/.cache/gbdk-2020/4.5.0/gbdk": 171 SameBoy MIDI/link runs passed, 0 failures.
  • SameBoy covered CGB, DMG, previous/upstream baselines, runtime channel maps, saved global setup, GB3 profile persistence, 4-way Synccross-style fan-out, MPE-lite, velocity, microtuning, legato, panic/reset, save recovery, and soak cases.

Two informational APU-hash differences remain for poly_ch5_three_notes versus the old ROM in CGB/DMG; these are expected for the current poly behavior and did not fail the regression suite.