notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638a835
)
md, fix lk3 mapper state loading
author
kub
<derkub@gmail.com>
Sun, 23 Mar 2025 08:23:44 +0000
(09:23 +0100)
committer
kub
<derkub@gmail.com>
Sun, 23 Mar 2025 08:28:25 +0000
(09:28 +0100)
pico/carthw/carthw.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/carthw/carthw.c
b/pico/carthw/carthw.c
index
c9cf30c
..
2bab154
100644
(file)
--- a/
pico/carthw/carthw.c
+++ b/
pico/carthw/carthw.c
@@
-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)