1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

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

This commit is contained in:
Edoardo Lolletti 2025-01-24 19:24:57 +01:00 committed by GitHub
parent 15c3faa26e
commit 8a70021981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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