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 29
29
;* Rev 4.1 - 16-Aug-21 : Added more flags, bit number defines, and offset constants for OAM and window positions (rondnelson99)
30
30
;* Rev 4.2 - 04-Sep-21 : Added CH3- and CH4-specific audio registers flags (ISSOtm)
31
31
;* 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)
32
33
33
34
IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 5
34
35
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
847
848
; $0149 SRAM size
848
849
; these are kilobytes
849
850
DEF CART_SRAM_NONE EQU 0
850
- DEF CART_SRAM_2KB EQU 1 ; 1 incomplete bank
851
851
DEF CART_SRAM_8KB EQU 2 ; 1 bank
852
852
DEF CART_SRAM_32KB EQU 3 ; 4 banks
853
853
DEF CART_SRAM_128KB EQU 4 ; 16 banks
@@ -956,5 +956,7 @@ DEF IEF_LCDC EQU %00000010 ; LCDC (see STAT)
956
956
DEF _VRAM8000 EQU _VRAM
957
957
DEF _VRAM8800 EQU _VRAM + $ 800
958
958
DEF _VRAM9000 EQU _VRAM + $ 1000
959
+ DEF CART_SRAM_2KB EQU 1 ; 1 incomplete bank
960
+
959
961
960
962
ENDC ;HARDWARE_INC
You can’t perform that action at this time.
0 commit comments