removed sgb/cgb border fix, now back to 1.8 behavior

This commit is contained in:
squall_leonhart69r 2007-12-20 10:39:10 +00:00
parent a08e486edb
commit ed9ef0efc8
1 changed files with 1 additions and 1 deletions

View File

@ -2132,7 +2132,7 @@ void gbGetHardwareType()
{
gbCgbMode = 0;
gbSgbMode = 0;
if((gbRom[0x143] & 0x80) && !((gbRom[0x146] == 0x03) && (gbBorderAutomatic))) {
if(gbRom[0x143] & 0x80) {
if((gbEmulatorType == 0) ||
gbEmulatorType == 1 ||
gbEmulatorType == 4) {