diff options
Diffstat (limited to 'src/devices/machine/rtc65271.h')
-rw-r--r-- | src/devices/machine/rtc65271.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rtc65271.h b/src/devices/machine/rtc65271.h index a3d77bf3fa9..aa1443cc6b6 100644 --- a/src/devices/machine/rtc65271.h +++ b/src/devices/machine/rtc65271.h @@ -17,7 +17,7 @@ class rtc65271_device : public device_t, { public: // construction/destruction - rtc65271_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + rtc65271_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto interrupt_cb() { return m_interrupt_cb.bind(); } |