mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
audio: fix for save/load
This commit is contained in:
parent
4321a689a5
commit
39c5ec3f4c
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ readend:
|
|||
z80_unpack(buff_z80);
|
||||
|
||||
// due to dep from 68k cycles..
|
||||
Pico.t.m68c_aim = Pico.t.m68c_cnt;
|
||||
Pico.t.m68c_frame_start = Pico.t.m68c_aim = Pico.t.m68c_cnt;
|
||||
if (PicoIn.AHW & PAHW_32X)
|
||||
Pico32xStateLoaded(0);
|
||||
if (PicoIn.AHW & PAHW_MCD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue