File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2929;* Rev 4.1 - 16-Aug-21 : Added more flags, bit number defines, and offset constants for OAM and window positions (rondnelson99)
3030;* Rev 4.2 - 04-Sep-21 : Added CH3- and CH4-specific audio registers flags (ISSOtm)
3131;* Rev 4.3 - 07-Nov-21 : Deprecate VRAM address constants (Eievui)
32+ ;* Rev 4.4 - 11-Jan-22 : Deprecate VRAM CART_SRAM_2KB constant (avivace)
3233
3334IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 5
3435 FAIL "This version of 'hardware.inc' requires RGBDS version 0.5.0 or later."
@@ -847,7 +848,6 @@ DEF CART_ROM_1536KB EQU $54 ; 96 banks
847848; $0149 SRAM size
848849; these are kilobytes
849850DEF CART_SRAM_NONE EQU 0
850- DEF CART_SRAM_2KB EQU 1 ; 1 incomplete bank
851851DEF CART_SRAM_8KB EQU 2 ; 1 bank
852852DEF CART_SRAM_32KB EQU 3 ; 4 banks
853853DEF CART_SRAM_128KB EQU 4 ; 16 banks
@@ -956,5 +956,7 @@ DEF IEF_LCDC EQU %00000010 ; LCDC (see STAT)
956956DEF _VRAM8000 EQU _VRAM
957957DEF _VRAM8800 EQU _VRAM+$800
958958DEF _VRAM9000 EQU _VRAM+$1000
959+ DEF CART_SRAM_2KB EQU 1 ; 1 incomplete bank
960+
959961
960962 ENDC ;HARDWARE_INC
You can’t perform that action at this time.
0 commit comments