mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, improve save/load (68k cycles)
This commit is contained in:
parent
e45908d734
commit
dfda34424a
2 changed files with 16 additions and 12 deletions
|
@ -582,14 +582,11 @@ readend:
|
|||
z80_unpack(buff_z80);
|
||||
|
||||
// due to dep from 68k cycles..
|
||||
Pico.t.m68c_frame_start = Pico.t.m68c_aim = Pico.t.m68c_cnt;
|
||||
Pico.t.m68c_frame_start = Pico.t.m68c_aim;
|
||||
if (PicoIn.AHW & PAHW_32X)
|
||||
Pico32xStateLoaded(0);
|
||||
if (PicoIn.AHW & PAHW_MCD)
|
||||
{
|
||||
SekCycleAimS68k = SekCycleCntS68k;
|
||||
pcd_state_loaded();
|
||||
}
|
||||
|
||||
Pico.m.dirtyPal = 1;
|
||||
Pico.video.status &= ~(SR_VB | SR_F);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue