Ignore unrequested data in intelligent mode; fixes Roland sound in Krusty's Fun House.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4192
This commit is contained in:
parent
45f28b12bd
commit
7f7e5f34ac
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ static void MPU401_Reset(void) {
|
|||
mpu.state.cmask=0xff;
|
||||
mpu.state.amask=mpu.state.tmask=0;
|
||||
mpu.state.midi_mask=0xffff;
|
||||
mpu.state.data_onoff=0;
|
||||
mpu.state.data_onoff=-1;
|
||||
mpu.state.command_byte=0;
|
||||
mpu.state.block_ack=false;
|
||||
mpu.clock.tempo=mpu.clock.old_tempo=100;
|
||||
|
|
Loading…
Add table
Reference in a new issue