Make Talking parrot happy. (ripsaw)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3514
This commit is contained in:
parent
fbd78617c2
commit
3c25b8e28f
1 changed files with 2 additions and 0 deletions
|
@ -995,6 +995,8 @@ static void DSP_DoCommand(void) {
|
|||
LOG(LOG_SB,LOG_ERROR)("DSP:Unimplemented auto-init DMA ADPCM command %2X",sb.dsp.cmd);
|
||||
break;
|
||||
case 0x20:
|
||||
DSP_AddData(0x7f); // fake silent input for Creative parrot
|
||||
break;
|
||||
case 0x2c:
|
||||
case 0x98: case 0x99: /* Documented only for DSP 2.x and 3.x */
|
||||
case 0xa0: case 0xa8: /* Documented only for DSP 3.x */
|
||||
|
|
Loading…
Add table
Reference in a new issue