From a5a112643c6dd010336dbc5f62a753573005823f Mon Sep 17 00:00:00 2001 From: "Alex W. Jackson" Date: Sun, 20 Apr 2014 16:13:41 +0000 Subject: [PATCH] Whoops, better fix the shortnames too (nw) --- src/emu/sound/namco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/sound/namco.c b/src/emu/sound/namco.c index 230d5548f28..2d182522e62 100644 --- a/src/emu/sound/namco.c +++ b/src/emu/sound/namco.c @@ -34,7 +34,7 @@ const device_type NAMCO_15XX = &device_creator; const device_type NAMCO_CUS30 = &device_creator; namco_audio_device::namco_audio_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) - : device_t(mconfig, type, name, tag, owner, clock, "namco", __FILE__), + : device_t(mconfig, type, name, tag, owner, clock, shortname, __FILE__), device_sound_interface(mconfig, *this), m_last_channel(NULL), m_soundregs(NULL),