mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
handle frequent psg updates
This commit is contained in:
parent
5103774f6d
commit
5d638db094
4 changed files with 66 additions and 21 deletions
|
@ -264,6 +264,8 @@ static int PicoFrameHints(void)
|
|||
PicoSyncZ80(cycles);
|
||||
if (PsndOut && ym2612.dacen && PsndDacLine < lines)
|
||||
PsndDoDAC(lines - 1);
|
||||
if (PsndOut && PsndPsgLine < lines)
|
||||
PsndDoPSG(lines - 1);
|
||||
|
||||
#ifdef PICO_CD
|
||||
if (PicoAHW & PAHW_MCD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue