diff options
author | 2013-06-21 14:44:06 +0000 | |
---|---|---|
committer | 2013-06-21 14:44:06 +0000 | |
commit | e533a04f2e5690bfc2edac2dc2038f94b4bd903d (patch) | |
tree | 583486a98fa559fb449211bece50f1af9790b497 /src/emu/machine/i8214.c | |
parent | d49ea91e69b0406f3fc2de6034819498661dd93a (diff) |
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Diffstat (limited to 'src/emu/machine/i8214.c')
-rw-r--r-- | src/emu/machine/i8214.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/i8214.c b/src/emu/machine/i8214.c index c76f4101081..45b0fbd4b51 100644 --- a/src/emu/machine/i8214.c +++ b/src/emu/machine/i8214.c @@ -90,7 +90,7 @@ inline void i8214_device::check_interrupt() //------------------------------------------------- i8214_device::i8214_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, I8214, "I8214", tag, owner, clock) + : device_t(mconfig, I8214, "I8214", tag, owner, clock, "i8214", __FILE__) { } |