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:
parent
9eea7a1ee6
commit
882d11ae6e
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +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.
|
||||||
return 0xFCFF;
|
return 0xFCFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue