audio: SN76496 fixes

This commit is contained in:
kub 2020-04-24 19:05:27 +02:00
parent fe43bdc334
commit 70aecd15b0
5 changed files with 43 additions and 10 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);
if ((d & 0x90) == 0x90)
PsndDoPSG(Pico.m.scanline);
SN76496Write(d);
break;