Don't return 0 when attempting to read from the GPA GPIO addresses with GPIO disabled (#2266)

This commit is contained in:
Edoardo Lolletti
2025-06-23 08:32:17 +02:00
committed by GitHub
parent 8e163296d3
commit ab249fc913

View File

@ -242,8 +242,6 @@ u16 CartGame::ROMRead(u32 addr) const
case 0xC8: return GPIO.control;
}
}
else
return 0;
}
// CHECKME: does ROM mirror?