Skip to content

Commit e86f4e4

Browse files
Change AGB to GBA in the comment to BOOTUP_B_AGB
1 parent d838649 commit e86f4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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_AGB EQU %00000001 ; AGB, AGB SP, Game Boy Player, or New AGB SP
742+
BOOTUP_B_AGB EQU %00000001 ; GBA, GBA SP, Game Boy Player, or New GBA SP
743743

744744

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

0 commit comments

Comments
 (0)