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:
26d5806
)
mcd 68k, fix autoload for cyclone
author
kub
<derkub@gmail.com>
Thu, 11 May 2023 22:06:23 +0000
(22:06 +0000)
committer
kub
<derkub@gmail.com>
Thu, 11 May 2023 22:06:23 +0000
(22:06 +0000)
pico/cd/mcd.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/cd/mcd.c
b/pico/cd/mcd.c
index
1ae5f25
..
2283887
100644
(file)
--- a/
pico/cd/mcd.c
+++ b/
pico/cd/mcd.c
@@
-31,6
+31,7
@@
PICO_INTERNAL void PicoPowerMCD(void)
{
int fmt_size;
+ SekResetS68k();
SekCycleCntS68k = SekCycleAimS68k = 0;
fmt_size = sizeof(formatted_bram);