diff options
Diffstat (limited to 'src/devices/machine/er1400.h')
-rw-r--r-- | src/devices/machine/er1400.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/er1400.h b/src/devices/machine/er1400.h index 9988edd6744..2829edce749 100644 --- a/src/devices/machine/er1400.h +++ b/src/devices/machine/er1400.h @@ -32,7 +32,7 @@ class er1400_device : public device_t, public device_nvram_interface { public: // construction/destruction - er1400_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + er1400_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // line handlers DECLARE_WRITE_LINE_MEMBER(data_w); |