Set Sound Blaster auto-init DMA to 64k on DSP reset - Jazz Jackrabbit works again.
This commit is contained in:
parent
9795fe8f34
commit
1dc92ffbfe
1 changed files with 2 additions and 1 deletions
|
|
@ -118,7 +118,8 @@ void sb_dsp_reset(sb_dsp_t *dsp)
|
|||
dsp->sb_command = 0;
|
||||
|
||||
dsp->sb_8_length = 0xffff;
|
||||
|
||||
dsp->sb_8_autolen = 0xffff;
|
||||
|
||||
sb_irqc(dsp, 0);
|
||||
sb_irqc(dsp, 1);
|
||||
dsp->sb_16_pause = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue