Skip to content

Commit

Permalink
core, fix no ym2612 timers if z80 in reset
Browse files Browse the repository at this point in the history
  • Loading branch information
irixxxx committed Dec 1, 2023
1 parent fc07fe2 commit a0ecb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pico/pico_cmn.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static int PicoFrameHints(void)
// get samples from sound chips
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;

Expand Down

0 comments on commit a0ecb29

Please sign in to comment.