The AZT MPU is not SB's UART MPU.

This commit is contained in:
TC1995
2020-04-22 22:29:25 +02:00
parent cf7ecacb9d
commit 5073a2c37e

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);