Boot-up B register values - #75
Conversation
Rangi42
left a comment
There was a problem hiding this comment.
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 |
| ; These values should not be relied upon; see | ||
| ; https://gbdev.io/pandocs/Power_Up_Sequence.html#cgbdmg_b |
There was a problem hiding this comment.
| ; These values should not be relied upon; see | |
| ; https://gbdev.io/pandocs/Power_Up_Sequence.html#cgbdmg_b | |
| ; Warning: these values should not be relied upon; see | |
| ; https://gbdev.io/pandocs/Power_Up_Sequence.html#cpu-registers |
Co-authored-by: Antonio Vivace <avivace4@gmail.com>
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
Unifies #72 and #74 as requested.