We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This byte should be set to 0x80 for CGB support.
0x80
This is done by make_mgb.bat by passing -Wl-yp0x143=0x80 to lcc, but it doesn't seem to be done at all with the makefile/sdcc toolchain.
make_mgb.bat
-Wl-yp0x143=0x80
The text was updated successfully, but these errors were encountered:
Set gbc compatibility flag in rom header
ac6eb2d
Fixes trash80#5
1cf35ab
Successfully merging a pull request may close this issue.
This byte should be set to
0x80
for CGB support.This is done by
make_mgb.bat
by passing-Wl-yp0x143=0x80
to lcc, but it doesn't seem to be done at all with the makefile/sdcc toolchain.The text was updated successfully, but these errors were encountered: