Skip to content

Commit

Permalink
Motion Pak: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Jan 1, 2025
1 parent 9eea7a1 commit 882d11a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GBACartMotionPak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ void CartMotionPakRetail::DoSavestate(Savestate* file)

u16 CartMotionPakRetail::ROMRead(u32 addr) const
{
// CHECKME: Retail cartridge seems to return 0x7C7C.
return 0xFCFF;
}

Expand Down

0 comments on commit 882d11a

Please sign in to comment.