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

Motion Pak: Add comment

This commit is contained in:
Adrian Siekierka 2024-11-01 00:14:44 +01:00
parent 9eea7a1ee6
commit 882d11ae6e

View file

@ -161,6 +161,7 @@ void CartMotionPakRetail::DoSavestate(Savestate* file)
u16 CartMotionPakRetail::ROMRead(u32 addr) const
{
// CHECKME: Retail cartridge seems to return 0x7C7C.
return 0xFCFF;
}