Don't return 0 when attempting to read from the GPA GPIO addresses with GPIO disabled
This commit is contained in:
parent
15c3faa26e
commit
8a70021981
|
@ -242,8 +242,6 @@ u16 CartGame::ROMRead(u32 addr) const
|
|||
case 0xC8: return GPIO.control;
|
||||
}
|
||||
}
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
||||
// CHECKME: does ROM mirror?
|
||||
|
|
Loading…
Reference in New Issue