We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492fd92 commit debac99Copy full SHA for debac99
hardware_compat.inc
@@ -385,6 +385,8 @@ def OAM_B equ OAM_SIZE
385
386
def BOOTUPB_B_AGB equ B_BOOTUP_B_AGB
387
388
+; These values should not be relied upon; see
389
+; https://gbdev.io/pandocs/Power_Up_Sequence.html#cgbdmg_b
390
def BOOTUP_B_CGB equ 0 << B_BOOTUP_B_AGB
391
def BOOTUP_B_AGB equ 1 << B_BOOTUP_B_AGB
392
0 commit comments