From 53ba0f61db6525c8f6f535c3b1ff54db02ea8ac8 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 21 Jun 2013 10:26:41 +0000 Subject: extended large amount of devices with shortname and source file data (nw) --- src/emu/sound/tms5110.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/sound/tms5110.h') diff --git a/src/emu/sound/tms5110.h b/src/emu/sound/tms5110.h index d06578e6763..228eab71e3d 100644 --- a/src/emu/sound/tms5110.h +++ b/src/emu/sound/tms5110.h @@ -45,7 +45,7 @@ class tms5110_device : public device_t, { public: tms5110_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - tms5110_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock); + tms5110_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_WRITE8_MEMBER( ctl_w ); DECLARE_READ8_MEMBER( ctl_r ); -- cgit v1.2.3-70-g09d2