Set the correct dsp version for sb 1.5 ( thanks tryton )
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3444
This commit is contained in:
parent
655b7caa71
commit
4ed39f7fd3
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: sblaster.cpp,v 1.76 2009-06-10 17:44:59 c2woody Exp $ */
|
||||
/* $Id: sblaster.cpp,v 1.77 2009-07-11 10:39:38 harekiet Exp $ */
|
||||
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
|
@ -938,7 +938,7 @@ static void DSP_DoCommand(void) {
|
|||
DSP_FlushData();
|
||||
switch (sb.type) {
|
||||
case SBT_1:
|
||||
DSP_AddData(0x1);DSP_AddData(0x1);break;
|
||||
DSP_AddData(0x1);DSP_AddData(0x05);break;
|
||||
case SBT_2:
|
||||
DSP_AddData(0x2);DSP_AddData(0x1);break;
|
||||
case SBT_PRO1:
|
||||
|
|
Loading…
Add table
Reference in a new issue