From ee0a6ba1d97c101010890fba9dd9dc22c051323e Mon Sep 17 00:00:00 2001 From: cam900 Date: Sun, 15 Mar 2020 20:51:56 +0900 Subject: ks0164.cpp : Correct description (nw) --- src/devices/sound/ks0164.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/sound/ks0164.cpp b/src/devices/sound/ks0164.cpp index 05a26f2852c..53269c0e0c1 100644 --- a/src/devices/sound/ks0164.cpp +++ b/src/devices/sound/ks0164.cpp @@ -1,13 +1,13 @@ // license:BSD-3-Clause // copyright-holders:Olivier Galibert -// Yamaha KS0164/30B, rompler/dsp combo +// Samsung Semiconductor KS0164 Wavetable Synthesizer #include "emu.h" #include "ks0164.h" -DEFINE_DEVICE_TYPE(KS0164, ks0164_device, "ks0164", "Samsung KS0164 wavetable chip") +DEFINE_DEVICE_TYPE(KS0164, ks0164_device, "ks0164", "Samsung KS0164 Wavetable Synthesizer") ks0164_device::ks0164_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, KS0164, tag, owner, clock), -- cgit v1.2.3