diff options
Diffstat (limited to 'src/devices/machine/pcf8583.h')
-rw-r--r-- | src/devices/machine/pcf8583.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pcf8583.h b/src/devices/machine/pcf8583.h index d5018160788..6f128a0d1e6 100644 --- a/src/devices/machine/pcf8583.h +++ b/src/devices/machine/pcf8583.h @@ -74,7 +74,7 @@ class pcf8583_device : public device_nvram_interface { public: - pcf8583_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + pcf8583_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto irq() { return m_irq_cb.bind(); } |