From 90aac0e75a95e7aa440dfbf2448554c5f2f9ccb8 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 4 Sep 2018 13:30:09 +0200 Subject: [PATCH] Disabled excess MPU-401 logging. --- src/sound/snd_mpu401.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sound/snd_mpu401.c b/src/sound/snd_mpu401.c index de049902c..bab83fedc 100644 --- a/src/sound/snd_mpu401.c +++ b/src/sound/snd_mpu401.c @@ -8,7 +8,7 @@ * * Roland MPU-401 emulation. * - * Version: @(#)snd_mpu401.c 1.0.11 2018/09/04 + * Version: @(#)snd_mpu401.c 1.0.12 2018/09/04 * * Authors: Sarah Walker, * DOSBox Team, @@ -55,7 +55,6 @@ static void MPU401_WriteCommand(mpu_t *mpu, uint8_t val); static void MPU401_EOIHandlerDispatch(void *p); -#define ENABLE_MPU401_LOG 1 #ifdef ENABLE_MPU401_LOG int mpu401_do_log = ENABLE_MPU401_LOG; #endif