Re-organisation of video emulation.

This commit is contained in:
TomW 2013-06-24 20:42:35 +01:00
commit 58085bcc87
86 changed files with 8087 additions and 7229 deletions

View file

@ -272,6 +272,12 @@ void sb_exec_command(sb_dsp_t *dsp)
pclog("sb_exec_command : SB command %02X\n", dsp->sb_command);
switch (dsp->sb_command)
{
case 0x01: /*???*/
sb_add_data(dsp, 0);
break;
case 0x03: /*ASP status*/
sb_add_data(dsp, 0);
break;
case 0x10: /*8-bit direct mode*/
dsp->sbdat = dsp->sbdatl = dsp->sbdatr = (dsp->sb_data[0] ^ 0x80) << 8;
break;