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/i5000.c | |
parent | 6b059c8117e3f8428e27efcb2f1f545495616295 (diff) |
extended large amount of devices with shortname and source file data (nw)
Diffstat (limited to 'src/emu/sound/i5000.c')
-rw-r--r-- | src/emu/sound/i5000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/i5000.c b/src/emu/sound/i5000.c index 23ab9b8a5f2..f181cea35f2 100644 --- a/src/emu/sound/i5000.c +++ b/src/emu/sound/i5000.c @@ -22,7 +22,7 @@ const device_type I5000_SND = &device_creator<i5000snd_device>; i5000snd_device::i5000snd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, I5000_SND, "I5000", tag, owner, clock), + : device_t(mconfig, I5000_SND, "I5000", tag, owner, clock, "i5000snd", __FILE__), device_sound_interface(mconfig, *this) { } |