Open dalton-tulou opened 4 years ago
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
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.