GBACartMotionPak: Update comment
This commit is contained in:
parent
ec5f388860
commit
30c93d827f
|
@ -161,7 +161,7 @@ void CartMotionPakRetail::DoSavestate(Savestate* file)
|
||||||
|
|
||||||
u16 CartMotionPakRetail::ROMRead(u32 addr) const
|
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;
|
return 0xFCFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue