Restore macros/legacy.asm, and address some feedback on hardware.inc

This commit is contained in:
Rangi42
2025-06-23 10:43:55 -04:00
parent 4c540aa43b
commit 36fdf1a1fc
3 changed files with 537 additions and 2 deletions

View File

@@ -386,7 +386,7 @@ DEF NUM_VBLANK_HANDLERS EQU const_value
DEF NUM_SRAM_BANKS EQU 4
; rLCDC::
DEF LCDC_DEFAULT EQU LCDC_ON | LCDC_WIN_9C00 | LCDC_WIN_ON | LCDC_BLOCK21 | LCDC_BG_9800 | LCDC_OBJ_8 | LCDC_OBJ_ON | LCDC_BG_OFF | LCDC_PRIO_ON
DEF LCDC_DEFAULT EQU LCDC_ON | LCDC_WIN_9C00 | LCDC_WIN_ON | LCDC_BLOCK21 | LCDC_BG_9800 | LCDC_OBJ_8 | LCDC_OBJ_ON | LCDC_PRIO_ON
; rIE::
DEF IE_DEFAULT EQU IE_SERIAL | IE_TIMER | IE_STAT | IE_VBLANK