core, fix no ym2612 timers if z80 in reset

This commit is contained in:
kub 2023-12-01 00:59:43 +01:00
parent fc07fe2b4e
commit a0ecb29979

View file

@ -334,7 +334,7 @@ static int PicoFrameHints(void)
// get samples from sound chips // get samples from sound chips
PsndGetSamples(y); PsndGetSamples(y);
timers_cycle(Pico.t.z80c_aim); timers_cycle(cycles_68k_to_z80(Pico.t.m68c_aim - Pico.t.m68c_frame_start));
pv->hint_cnt = hint; pv->hint_cnt = hint;