From 99a0a1ef04b4208251100a90bce4f5753e9e54d1 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Fri, 20 Feb 2026 15:03:51 +0600 Subject: [PATCH] MPU-401: Don't clear queues on reset Backported from DOSBox SVN revision r4492 --- src/sound/snd_mpu401.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound/snd_mpu401.c b/src/sound/snd_mpu401.c index 87c191cec..b1ff6ab8b 100644 --- a/src/sound/snd_mpu401.c +++ b/src/sound/snd_mpu401.c @@ -316,7 +316,6 @@ MPU401_Reset(mpu_t *mpu) mpu->ch_toref[i] = 4; /* Dummy reftable. */ } - MPU401_ClrQueue(mpu); mpu->state.data_onoff = -1; mpu->state.req_mask = 0;