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/mos6530.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/machine/mos6530.c') diff --git a/src/emu/machine/mos6530.c b/src/emu/machine/mos6530.c index 9075b9a2cb5..042d2843ada 100644 --- a/src/emu/machine/mos6530.c +++ b/src/emu/machine/mos6530.c @@ -435,7 +435,7 @@ static DEVICE_RESET( mos6530 ) const device_type MOS6530 = &device_creator; mos6530_device::mos6530_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, MOS6530, "MOS6530", tag, owner, clock) + : device_t(mconfig, MOS6530, "MOS6530", tag, owner, clock, "mos6530", __FILE__) { m_token = global_alloc_clear(mos6530_state); } -- cgit v1.2.3-70-g09d2