diff options
Diffstat (limited to 'src/devices/machine/ds8874.h')
-rw-r--r-- | src/devices/machine/ds8874.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds8874.h b/src/devices/machine/ds8874.h index 444f15a020c..fcbfa736702 100644 --- a/src/devices/machine/ds8874.h +++ b/src/devices/machine/ds8874.h @@ -31,7 +31,7 @@ class ds8874_device : public device_t { public: - ds8874_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + ds8874_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // configuration helpers auto write_output() { return m_write_output.bind(); } // OUT pins |