From 7ae1a70c7e43506b6248d2c6db554e68861b2a56 Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 4 Feb 2020 13:55:35 +0900 Subject: [PATCH 1/2] ym2413.cpp : Fix description related to Chip ... ...marking --- src/devices/sound/ym2413.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/ym2413.cpp b/src/devices/sound/ym2413.cpp index e226f7ef5d4..1a57b3d3e73 100644 --- a/src/devices/sound/ym2413.cpp +++ b/src/devices/sound/ym2413.cpp @@ -1772,7 +1772,7 @@ ym2413_device::ym2413_device(const machine_config &mconfig, device_type type, co std::fill(std::begin(output), std::end(output), 0); } -DEFINE_DEVICE_TYPE(VRC7, vrc7snd_device, "vrc7snd", "Konami VRC7 (Sound)") +DEFINE_DEVICE_TYPE(VRC7, vrc7snd_device, "vrc7snd", "Konami 053982 VRC VII (Sound)") vrc7snd_device::vrc7snd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : ym2413_device(mconfig, VRC7, tag, owner, clock) From 84425e1695ef12e3fd212b06183e5abced8334e7 Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 4 Feb 2020 13:58:50 +0900 Subject: [PATCH 2/2] Yamaha product number of VRC7 is DS1001 --- src/devices/sound/ym2413.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/ym2413.cpp b/src/devices/sound/ym2413.cpp index 1a57b3d3e73..2d377551795 100644 --- a/src/devices/sound/ym2413.cpp +++ b/src/devices/sound/ym2413.cpp @@ -1772,7 +1772,7 @@ ym2413_device::ym2413_device(const machine_config &mconfig, device_type type, co std::fill(std::begin(output), std::end(output), 0); } -DEFINE_DEVICE_TYPE(VRC7, vrc7snd_device, "vrc7snd", "Konami 053982 VRC VII (Sound)") +DEFINE_DEVICE_TYPE(VRC7, vrc7snd_device, "vrc7snd", "Konami/Yamaha 053982/DS1001 VRC VII (Sound)") vrc7snd_device::vrc7snd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : ym2413_device(mconfig, VRC7, tag, owner, clock)