Skip to content

Change the bit number/flag naming conventions #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 22, 2025
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,12 @@
- Refactored the `rev_Check_hardware_inc` macro
- **Rev 4.12.0** - 2025-06-06 *(Rangi42)*
- Added `SCRN_B` and `SCRN_V_B` constants
- **Rev 5.0.0** - 2025-06-22 *(Rangi42)*
- 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`
Loading