Skip to content

Commit 8c9d6cd

Browse files
Remove BOOTUP_B_CGB and BOOTUP_B_AGB
1 parent 5b87195 commit 8c9d6cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hardware.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,8 +1039,6 @@ def BOOTUP_A_MGB equ $FF
10391039

10401040
; Register B = CPU qualifier (if A is BOOTUP_A_CGB)
10411041
def B_BOOTUP_B_AGB equ 0
1042-
def BOOTUP_B_CGB equ 0 << B_BOOTUP_B_AGB
1043-
def BOOTUP_B_AGB equ 1 << B_BOOTUP_B_AGB
10441042

10451043
; Register C = CPU qualifier
10461044
def BOOTUP_C_DMG equ $13

0 commit comments

Comments
 (0)