mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
core z80, improve save/load (cycles)
This commit is contained in:
parent
ebde43de9d
commit
52cb58c50d
2 changed files with 4 additions and 3 deletions
|
@ -599,8 +599,6 @@ readend:
|
|||
|
||||
z80_unpack(buff_z80);
|
||||
|
||||
// due to dep from 68k cycles..
|
||||
Pico.t.m68c_frame_start = Pico.t.m68c_aim;
|
||||
if (PicoIn.AHW & PAHW_32X)
|
||||
Pico32xStateLoaded(0);
|
||||
if (PicoIn.AHW & PAHW_MCD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue