mirror of
https://github.com/holub/mame
synced 2025-05-18 11:39:29 +03:00
Whoops, better fix the shortnames too (nw)
This commit is contained in:
parent
d502564996
commit
a5a112643c
@ -34,7 +34,7 @@ const device_type NAMCO_15XX = &device_creator<namco_15xx_device>;
|
||||
const device_type NAMCO_CUS30 = &device_creator<namco_cus30_device>;
|
||||
|
||||
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),
|
||||
|
Loading…
Reference in New Issue
Block a user