Starting Sound Blaster DMA now clears pause status.

Implemented dummy ASP/CSP upload command (DSP command 0x01).
Fixes issues with SB16/AWE32 drivers in Windows 3.x.
This commit is contained in:
TomW 2015-10-01 21:41:25 +01:00
commit b466ad9f42
2 changed files with 18 additions and 2 deletions

View file

@ -54,6 +54,8 @@ typedef struct sb_dsp_t
uint16_t sb_addr;
int stereo;
int asp_data_len;
} sb_dsp_t;
void sb_dsp_init(sb_dsp_t *dsp, int type);