mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sound, improve ym2612 timers implementation
This commit is contained in:
parent
e0c4dac19c
commit
c3d70d1305
4 changed files with 15 additions and 18 deletions
|
@ -345,7 +345,7 @@ static int PicoFrameHints(void)
|
|||
// get samples from sound chips
|
||||
PsndGetSamples(y);
|
||||
|
||||
timers_cycle();
|
||||
timers_cycle(Pico.t.z80c_aim);
|
||||
|
||||
pv->hint_cnt = hint;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue