removed sgb/cgb border fix, now back to 1.8 behavior
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@218 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
a220f35e6f
commit
e6c96c5684
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue