mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
audio: improve cycle accuracy of SN76496+YM2612
This commit is contained in:
parent
6432fb18ba
commit
09b96f9940
4 changed files with 32 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue