core z80, fix cycle counting in reset state

This commit is contained in:
kub 2024-04-12 20:29:50 +02:00
parent c7661b80ef
commit db2b6d9966
5 changed files with 6 additions and 7 deletions

View file

@ -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;