Motion Pak: Add comment

This commit is contained in:
Adrian Siekierka 2024-11-01 00:14:44 +01:00
parent 9eea7a1ee6
commit 882d11ae6e
1 changed files with 1 additions and 0 deletions

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;
}