mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mcd 68k, fix autoload for cyclone
This commit is contained in:
parent
26d58060f4
commit
f16f0d647f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ PICO_INTERNAL void PicoPowerMCD(void)
|
||||||
{
|
{
|
||||||
int fmt_size;
|
int fmt_size;
|
||||||
|
|
||||||
|
SekResetS68k();
|
||||||
SekCycleCntS68k = SekCycleAimS68k = 0;
|
SekCycleCntS68k = SekCycleAimS68k = 0;
|
||||||
|
|
||||||
fmt_size = sizeof(formatted_bram);
|
fmt_size = sizeof(formatted_bram);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue