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:
parent
9bcd23c614
commit
b466ad9f42
2 changed files with 18 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue