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/6850acia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/machine/6850acia.c') diff --git a/src/emu/machine/6850acia.c b/src/emu/machine/6850acia.c index 4b3fc1ceca9..0e9b2641311 100644 --- a/src/emu/machine/6850acia.c +++ b/src/emu/machine/6850acia.c @@ -59,7 +59,7 @@ const device_type ACIA6850 = &device_creator; //------------------------------------------------- acia6850_device::acia6850_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, ACIA6850, "6850 ACIA", tag, owner, clock) + : device_t(mconfig, ACIA6850, "6850 ACIA", tag, owner, clock, "acia6850", __FILE__) { memset(static_cast(this), 0, sizeof(acia6850_interface)); } -- cgit v1.2.3-70-g09d2