mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
ks0164.cpp : Correct description (nw)
This commit is contained in:
parent
5fda8f6406
commit
ee0a6ba1d9
@ -1,13 +1,13 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Olivier Galibert
|
// copyright-holders:Olivier Galibert
|
||||||
|
|
||||||
// Yamaha KS0164/30B, rompler/dsp combo
|
// Samsung Semiconductor KS0164 Wavetable Synthesizer
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "ks0164.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)
|
ks0164_device::ks0164_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||||
: device_t(mconfig, KS0164, tag, owner, clock),
|
: device_t(mconfig, KS0164, tag, owner, clock),
|
||||||
|
Loading…
Reference in New Issue
Block a user