Skip to content

Conversation

dmitry-shechtman
Copy link
Contributor

No description provided.

@@ -1037,6 +1037,9 @@ def BOOTUP_A_MGB equ $FF
def BOOTUP_A_SGB equ BOOTUP_A_DMG
def BOOTUP_A_SGB2 equ BOOTUP_A_MGB

; Register B = CPU qualifier
def BOOTUP_B_DMG0 equ $FF
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO group all the B values together:

; Register B = CPU qualifier
def BOOTUP_B_DMG0 equ $FF
def B_BOOTUP_B_AGB equ 0 ; applicable if A is BOOTUP_A_CGB
    ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, if you think it's cleaner that way.

@Rangi42
Copy link
Collaborator

Rangi42 commented Aug 12, 2025

Should anything else from https://gbdev.io/pandocs/Power_Up_Sequence.html#cpu-registers be added?

@dmitry-shechtman
Copy link
Contributor Author

dmitry-shechtman commented Aug 12, 2025

Should anything else from https://gbdev.io/pandocs/Power_Up_Sequence.html#cpu-registers be added?

Actually, a couple of things should be removed.

@Rangi42
Copy link
Collaborator

Rangi42 commented Aug 12, 2025

Superseded by #75

@Rangi42 Rangi42 closed this Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants