Motion Pak: Add comment
This commit is contained in:
parent
9eea7a1ee6
commit
882d11ae6e
|
@ -161,6 +161,7 @@ void CartMotionPakRetail::DoSavestate(Savestate* file)
|
|||
|
||||
u16 CartMotionPakRetail::ROMRead(u32 addr) const
|
||||
{
|
||||
// CHECKME: Retail cartridge seems to return 0x7C7C.
|
||||
return 0xFCFF;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue