summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/at45dbxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/at45dbxx.h')
-rw-r--r--src/emu/machine/at45dbxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/at45dbxx.h b/src/emu/machine/at45dbxx.h
index 76c8843acb4..9568068a9a6 100644
--- a/src/emu/machine/at45dbxx.h
+++ b/src/emu/machine/at45dbxx.h
@@ -37,7 +37,7 @@ class at45db041_device : public device_t,
{
public:
at45db041_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
- at45db041_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock);
+ at45db041_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(cs_w);
DECLARE_WRITE_LINE_MEMBER(sck_w);