summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms5110.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-06-21 10:26:41 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-06-21 10:26:41 +0000
commit53ba0f61db6525c8f6f535c3b1ff54db02ea8ac8 (patch)
tree8ada1df17593cb2aa02bd24719b5cc7980a6cb53 /src/emu/sound/tms5110.h
parent6b059c8117e3f8428e27efcb2f1f545495616295 (diff)
extended large amount of devices with shortname and source file data (nw)
Diffstat (limited to 'src/emu/sound/tms5110.h')
-rw-r--r--src/emu/sound/tms5110.h2
1 files changed, 1 insertions, 1 deletions
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 );