ks0164.cpp : Correct description (nw)

This commit is contained in:
cam900 2020-03-15 20:51:56 +09:00 committed by GitHub
parent 5fda8f6406
commit ee0a6ba1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),