Changed one thing in snd_mpu401.h.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user