From 30c93d827ff60ea6da572dc458d8bb372476115f Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Tue, 5 Nov 2024 18:49:31 +0100 Subject: [PATCH] GBACartMotionPak: Update comment --- src/GBACartMotionPak.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GBACartMotionPak.cpp b/src/GBACartMotionPak.cpp index 44743464..c213bb7f 100644 --- a/src/GBACartMotionPak.cpp +++ b/src/GBACartMotionPak.cpp @@ -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; }