md, fix lk3 mapper state loading
authorkub <derkub@gmail.com>
Sun, 23 Mar 2025 08:23:44 +0000 (09:23 +0100)
committerkub <derkub@gmail.com>
Sun, 23 Mar 2025 08:28:25 +0000 (09:28 +0100)
pico/carthw/carthw.c

index c9cf30c..2bab154 100644 (file)
@@ -1010,7 +1010,9 @@ static void carthw_lk3_mem_setup(void)
 
 static void carthw_lk3_statef(void)
 {
-  PicoWrite8_plk3b(0x700000, carthw_lk3_regs.bank >> 15);
+  int bank = carthw_lk3_regs.bank >> 15;
+  carthw_lk3_regs.bank = -1;
+  PicoWrite8_plk3b(0x700000, bank);
 }
 
 static void carthw_lk3_unload(void)