Merge pull request #711 from 86Box/bugfix/azt2316a_mpufix

The AZT MPU is not SB's UART MPU.
This commit is contained in:
OBattler
2020-04-22 22:31:27 +02:00
committed by GitHub

View File

@@ -1179,7 +1179,6 @@ azt_init(const device_t *info)
mpu401_init(azt2316a->mpu, azt2316a->cur_mpu401_addr, azt2316a->cur_mpu401_irq, M_UART, device_get_config_int("receive_input401"));
} else
azt2316a->mpu = NULL;
sb_dsp_set_mpu(&azt2316a->sb->dsp, azt2316a->mpu);
if (device_get_config_int("receive_input"))
midi_in_handler(1, sb_dsp_input_msg, sb_dsp_input_sysex, &azt2316a->sb->dsp);