Border fix for GB ROMs
This commit is contained in:
parent
fc05625fc1
commit
d34f7987f1
|
@ -2129,7 +2129,7 @@ void gbGetHardwareType()
|
|||
{
|
||||
gbCgbMode = 0;
|
||||
gbSgbMode = 0;
|
||||
if(gbRom[0x143] & 0x80) {
|
||||
if((gbRom[0x143] & 0x80) && !((gbRom[0x146] == 0x03) && (gbBorderAutomatic))) {
|
||||
if((gbEmulatorType == 0) ||
|
||||
gbEmulatorType == 1 ||
|
||||
gbEmulatorType == 4) {
|
||||
|
|
Loading…
Reference in New Issue