GBACartMotionPak: Update comment

This commit is contained in:
Adrian Siekierka 2024-11-05 18:49:31 +01:00
parent ec5f388860
commit 30c93d827f

View File

@ -161,7 +161,7 @@ void CartMotionPakRetail::DoSavestate(Savestate* file)
u16 CartMotionPakRetail::ROMRead(u32 addr) const
{
// CHECKME: Retail cartridge seems to return 0x7C7C.
// A9-A8 is pulled low on a real Motion Pack.
return 0xFCFF;
}