-
Notifications
You must be signed in to change notification settings - Fork 22
Boot-up B register values #75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The BOOTUP_B_CGB
and BOOTUP_B_AGB
constants have been around since hardware.inc v3.0. They should still be defined in hardware_compat.inc.
I'm not sure if that would be a good idea, since they are being removed for a reason. |
Everything in hardware_compat.inc was removed for a reason. It's there for backwards compatibility. |
Actually, it might be a good idea to add a comment in |
Maybe so; some already have such comments, e.g. the ones suggesting RGBASM-feature alternatives. |
So do we agree on this warranting a separate line with a comment? |
LGTM, thank you! I'm not actually merging it yet because:
|
Since we're already breaking it, please consider updating |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well
Unifies #72 and #74 as requested.