summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k051649.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-04-10 19:23:10 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-04-10 19:23:10 +0000
commit2f797b35b365a2e39f06360a080b522272a0cf0e (patch)
tree3584a2baeb0b3e52d35448c2ab174940200ae77f /src/emu/sound/k051649.c
parent1966fb6bbcad999f37f8e25fdf089ec67f34c6d1 (diff)
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Diffstat (limited to 'src/emu/sound/k051649.c')
-rw-r--r--src/emu/sound/k051649.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/k051649.c b/src/emu/sound/k051649.c
index 67ca3154881..1989814f3e9 100644
--- a/src/emu/sound/k051649.c
+++ b/src/emu/sound/k051649.c
@@ -42,7 +42,7 @@ const device_type K051649 = &device_creator<k051649_device>;
//-------------------------------------------------
k051649_device::k051649_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, K051649, "K051649", tag, owner, clock, "k051649", __FILE__),
+ : device_t(mconfig, K051649, "Konami 051649", tag, owner, clock, "k051649", __FILE__),
device_sound_interface(mconfig, *this),
m_stream(NULL),
m_mclock(0),