Skip to content

Commit 73fbc72

Browse files
Change BOOTUP_B_OTHER to BOOTUP_B_AGB
1 parent a5fc3b9 commit 73fbc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
;* Rev 2.7 - 19-Jan-19 : Added rPCMXX (ISSOtm)
2525
;* Rev 2.8 - 03-Feb-19 : Added audio registers flags (Álvaro Cuesta)
2626
;* Rev 2.9 - 28-Feb-20 : Added utility rP1 constants
27-
;* Rev 3.0 - 04-Jul-20 : Register ordering, byte-based sizes, OAM additions, general cleanup (Blitter Object)
27+
;* Rev 3.0 - 27-Aug-20 : Register ordering, byte-based sizes, OAM additions, general cleanup (Blitter Object)
2828

2929
; If all of these are already defined, don't do it again.
3030

@@ -739,7 +739,7 @@ BOOTUP_A_MGB EQU $FF ; Mini GameBoy (Pocket GameBoy)
739739
; if a=BOOTUP_A_CGB, bit 0 in b can be checked to determine if real CGB or
740740
; other system running in GBC mode
741741
BOOTUP_B_CGB EQU %00000000
742-
BOOTUP_B_OTHER EQU %00000001 ; GBA, GBA SP, Game Boy Player, or New GBA SP
742+
BOOTUP_B_AGB EQU %00000001 ; AGB, AGB SP, Game Boy Player, or New AGB SP
743743

744744

745745
;***************************************************************************

0 commit comments

Comments
 (0)