Changed one thing in snd_mpu401.h.

This commit is contained in:
OBattler
2018-09-11 23:13:28 +02:00
parent 36556e5a1f
commit 61a5999169

View File

@@ -8,7 +8,7 @@
* *
* Roland MPU-401 emulation. * 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, <http://pcem-emulator.co.uk/> * Author: Sarah Walker, <http://pcem-emulator.co.uk/>
* DOSBox Team, * DOSBox Team,
@@ -95,7 +95,6 @@ typedef struct mpu_t
} clock; } clock;
} mpu_t; } mpu_t;
extern int mca_version;
extern int mpu401_standalone_enable; extern int mpu401_standalone_enable;
extern const device_t mpu401_device; extern const device_t mpu401_device;
extern const device_t mpu401_mca_device; extern const device_t mpu401_mca_device;