audio: improve cycle accuracy of SN76496+YM2612

This commit is contained in:
kub 2020-04-22 20:41:51 +02:00
parent 6432fb18ba
commit 09b96f9940
4 changed files with 32 additions and 56 deletions

View file

@ -152,7 +152,7 @@ static void z80_sms_out(unsigned short a, unsigned char d)
case 0x40:
case 0x41:
if ((d & 0x90) == 0x90 && Pico.snd.psg_line < Pico.m.scanline)
if ((d & 0x90) == 0x90);
PsndDoPSG(Pico.m.scanline);
SN76496Write(d);
break;