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;