From 61a59991696713a21bada71fbdf15d1108107dd5 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 11 Sep 2018 23:13:28 +0200 Subject: [PATCH] Changed one thing in snd_mpu401.h. --- src/sound/snd_mpu401.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sound/snd_mpu401.h b/src/sound/snd_mpu401.h index d7f8be21b..c95ff2dc4 100644 --- a/src/sound/snd_mpu401.h +++ b/src/sound/snd_mpu401.h @@ -8,7 +8,7 @@ * * Roland MPU-401 emulation. * - * Version: @(#)sound_mpu401.h 1.0.2 2018/09/16 + * Version: @(#)sound_mpu401.h 1.0.3 2018/09/11 * * Author: Sarah Walker, * DOSBox Team, @@ -95,7 +95,6 @@ typedef struct mpu_t } clock; } mpu_t; -extern int mca_version; extern int mpu401_standalone_enable; extern const device_t mpu401_device; extern const device_t mpu401_mca_device;