From e533a04f2e5690bfc2edac2dc2038f94b4bd903d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 21 Jun 2013 14:44:06 +0000 Subject: changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) --- src/emu/machine/i8155.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/machine/i8155.c') diff --git a/src/emu/machine/i8155.c b/src/emu/machine/i8155.c index d4140e38a98..c7b0d870eb1 100644 --- a/src/emu/machine/i8155.c +++ b/src/emu/machine/i8155.c @@ -199,7 +199,7 @@ inline void i8155_device::write_port(int port, UINT8 data) //------------------------------------------------- i8155_device::i8155_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, I8155, "Intel 8155", tag, owner, clock), + : device_t(mconfig, I8155, "Intel 8155", tag, owner, clock, "i8155", __FILE__), device_memory_interface(mconfig, *this), m_command(0), m_status(0), -- cgit v1.2.3-70-g09d2