mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core z80, fix cycle counting in reset state
This commit is contained in:
parent
c7661b80ef
commit
db2b6d9966
5 changed files with 6 additions and 7 deletions
|
@ -141,8 +141,8 @@ static int PicoFrameHints(void)
|
|||
|
||||
skip = PicoIn.skipFrame;
|
||||
|
||||
z80_resetCycles(cycles_68k_to_z80(Pico.t.m68c_aim - Pico.t.m68c_frame_start));
|
||||
Pico.t.m68c_frame_start = Pico.t.m68c_aim;
|
||||
z80_resetCycles();
|
||||
PsndStartFrame();
|
||||
|
||||
hint = pv->hint_cnt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue