diff options
author | 2013-06-21 10:26:41 +0000 | |
---|---|---|
committer | 2013-06-21 10:26:41 +0000 | |
commit | 53ba0f61db6525c8f6f535c3b1ff54db02ea8ac8 (patch) | |
tree | 8ada1df17593cb2aa02bd24719b5cc7980a6cb53 /src/emu/sound/okim6376.c | |
parent | 6b059c8117e3f8428e27efcb2f1f545495616295 (diff) |
extended large amount of devices with shortname and source file data (nw)
Diffstat (limited to 'src/emu/sound/okim6376.c')
-rw-r--r-- | src/emu/sound/okim6376.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/okim6376.c b/src/emu/sound/okim6376.c index f59e72d98df..b4fa4e3aacc 100644 --- a/src/emu/sound/okim6376.c +++ b/src/emu/sound/okim6376.c @@ -619,7 +619,7 @@ WRITE8_DEVICE_HANDLER( okim6376_w ) const device_type OKIM6376 = &device_creator<okim6376_device>; okim6376_device::okim6376_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, OKIM6376, "OKI6376", tag, owner, clock), + : device_t(mconfig, OKIM6376, "OKI6376", tag, owner, clock, "okim6376", __FILE__), device_sound_interface(mconfig, *this) { m_token = global_alloc_clear(okim6376_state); |