let's not write to both sound chips at once!

This commit is contained in:
iq_132 2014-11-09 06:11:41 +00:00
parent 899d2ea4f0
commit 5569f19b4a
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ void __fastcall mrdo_write(UINT16 address, UINT8 data)
case 0x9801:
SN76496Write(0, data);
break;
case 0x9802:
SN76496Write(1, data);
break;