mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, fix no ym2612 timers if z80 in reset
This commit is contained in:
parent
fc07fe2b4e
commit
a0ecb29979
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue