From ed9ef0efc866c017d45d9689ad25ab0762b169d5 Mon Sep 17 00:00:00 2001 From: squall_leonhart69r Date: Thu, 20 Dec 2007 10:39:10 +0000 Subject: [PATCH] removed sgb/cgb border fix, now back to 1.8 behavior --- src/gb/GB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gb/GB.cpp b/src/gb/GB.cpp index 5c9630ed..cc9dbfcb 100644 --- a/src/gb/GB.cpp +++ b/src/gb/GB.cpp @@ -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) {