From f05751e2833471af303d58b77212afd75e754c17 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 27 Jun 2017 00:40:31 -0400 Subject: Rise of the OPX (nw) --- src/devices/sound/ymf271.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/ymf271.cpp b/src/devices/sound/ymf271.cpp index 664e128108a..f36cfd83972 100644 --- a/src/devices/sound/ymf271.cpp +++ b/src/devices/sound/ymf271.cpp @@ -1756,7 +1756,7 @@ void ymf271_device::device_clock_changed() calculate_clock_correction(); } -DEFINE_DEVICE_TYPE(YMF271, ymf271_device, "ymf271", "Yamaha YMF271") +DEFINE_DEVICE_TYPE(YMF271, ymf271_device, "ymf271", "Yamaha YMF271 OPX") ymf271_device::ymf271_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, YMF271, tag, owner, clock) -- cgit v1.2.3