Commit 149c0c52 authored by Sylvain Petreolle's avatar Sylvain Petreolle Committed by Alexandre Julliard

Implemented DSP Version command.

parent deaf02a5
......@@ -302,7 +302,10 @@ void SB_ioport_out( WORD port, BYTE val )
DSP_OutBuffer[OutSize++] = ~val;
break;
case 0xE1: /* SB */
FIXME("DSP Version - Not Implemented\n");
TRACE("DSP Version\n");
OutSize=2;
DSP_OutBuffer[0]=0; /* returns version 1.0 */
DSP_OutBuffer[1]=1;
break;
case 0xF2: /* SB */
TRACE("IRQ Request (8-bit)\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment