diff options
Diffstat (limited to 'src/devices/machine/ioptimer.h')
-rw-r--r-- | src/devices/machine/ioptimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ioptimer.h b/src/devices/machine/ioptimer.h index a7c4891b9dc..2cf4ca928e5 100644 --- a/src/devices/machine/ioptimer.h +++ b/src/devices/machine/ioptimer.h @@ -17,7 +17,7 @@ class iop_timer_device : public device_t { public: - iop_timer_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + iop_timer_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto irq() { return m_int_cb.bind(); } |