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/tms6100.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/machine/tms6100.h') diff --git a/src/emu/machine/tms6100.h b/src/emu/machine/tms6100.h index edfb348c6b1..98754b91335 100644 --- a/src/emu/machine/tms6100.h +++ b/src/emu/machine/tms6100.h @@ -9,7 +9,7 @@ class tms6100_device : public device_t { public: tms6100_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - tms6100_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock); + tms6100_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); DECLARE_WRITE_LINE_MEMBER( tms6100_m0_w ); DECLARE_WRITE_LINE_MEMBER( tms6100_m1_w ); -- cgit v1.2.3-70-g09d2