Skip to content

v5.0.0

Compare
Choose a tag to compare
@Rangi42 Rangi42 released this 22 Jun 20:49
· 4 commits to master since this release
8d4432e

What's Changed

  • Changed bit number naming convention <REG>B_<NAME> to B_<REG>_<NAME>
  • Changed bit flag naming convention <REG>F_<NAME> to <REG>_<NAME>
  • Unabbreviated some names, e.g. SCRN to SCREEN and HBL to HBLANK
  • Added LCDC_* flag constants separate from flag values
  • Added SPD_SINGLE flag constant
  • Added BG_* constants for CGB-only BG tile attributes
  • Added hardware_compat.inc for backwards-compatibility aliases
  • Deprecated rSMBK alias for rWBK/rSVBK

Full Changelog: v4.12.0...v5.0.0