From b316a90bae944fa9eff11762cec589dd963138c1 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 11 Sep 2018 22:46:11 +0200 Subject: [PATCH] The ISA standalone MPU-401 is now identified as the Roland MPU-IPC-T. --- src/sound/snd_mpu401.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound/snd_mpu401.c b/src/sound/snd_mpu401.c index 979b41854..1029fe34b 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.14 2018/09/11 + * Version: @(#)snd_mpu401.c 1.0.15 2018/09/11 * * Authors: Sarah Walker, * DOSBox Team, @@ -1044,7 +1044,7 @@ static const device_config_t mpu401_standalone_config[] = const device_t mpu401_device = { - "MPU-401 (Standalone)", + "Roland MPU-IPC-T", DEVICE_ISA, 0, mpu401_standalone_init, mpu401_standalone_close, NULL, NULL,