trash80 / mGB

mGB - Nintendo Gameboy MIDI control for Arduinoboy
GNU General Public License v2.0
234 stars 31 forks source link

CGB Flag at 0x143 is not set #5

Open dalton-tulou opened 4 years ago

dalton-tulou commented 4 years ago

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.