summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/adc1213x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/adc1213x.h')
-rw-r--r--src/emu/machine/adc1213x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/adc1213x.h b/src/emu/machine/adc1213x.h
index 20616c9c550..de5aa0a87da 100644
--- a/src/emu/machine/adc1213x.h
+++ b/src/emu/machine/adc1213x.h
@@ -31,7 +31,7 @@ class adc12138_device : public device_t,
{
public:
adc12138_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
- adc12138_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock);
+ adc12138_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);
~adc12138_device() {}
DECLARE_WRITE8_MEMBER( di_w );