summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/74153.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-06-21 14:44:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-06-21 14:44:06 +0000
commite533a04f2e5690bfc2edac2dc2038f94b4bd903d (patch)
tree583486a98fa559fb449211bece50f1af9790b497 /src/emu/machine/74153.c
parentd49ea91e69b0406f3fc2de6034819498661dd93a (diff)
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Diffstat (limited to 'src/emu/machine/74153.c')
-rw-r--r--src/emu/machine/74153.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/74153.c b/src/emu/machine/74153.c
index 09f45e28e31..69e5e37df23 100644
--- a/src/emu/machine/74153.c
+++ b/src/emu/machine/74153.c
@@ -178,7 +178,7 @@ static DEVICE_RESET( ttl74153 )
const device_type TTL74153 = &device_creator<ttl74153_device>;
ttl74153_device::ttl74153_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, TTL74153, "74153", tag, owner, clock)
+ : device_t(mconfig, TTL74153, "74153", tag, owner, clock, "74153", __FILE__)
{
m_token = global_alloc_clear(ttl74153_state);
}