Skip to content

Commit

Permalink
GBACartMotionPak: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Nov 5, 2024
1 parent ec5f388 commit 30c93d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GBACartMotionPak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 30c93d8

Please sign in to comment.