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/mess/machine/kb3600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mess/machine/kb3600.c') diff --git a/src/mess/machine/kb3600.c b/src/mess/machine/kb3600.c index 6f87fd3eb5d..7d9af023879 100644 --- a/src/mess/machine/kb3600.c +++ b/src/mess/machine/kb3600.c @@ -75,7 +75,7 @@ void ay3600_device::device_config_complete() //------------------------------------------------- ay3600_device::ay3600_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, AY3600, "AY-5-3600", tag, owner, clock) + : device_t(mconfig, AY3600, "AY-5-3600", tag, owner, clock, "ay3600", __FILE__) { } -- cgit v1.2.3-70-g09d2