summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd4991a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upd4991a.cpp')
-rw-r--r--src/devices/machine/upd4991a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd4991a.cpp b/src/devices/machine/upd4991a.cpp
index 0f1419d7270..31e9b13b874 100644
--- a/src/devices/machine/upd4991a.cpp
+++ b/src/devices/machine/upd4991a.cpp
@@ -37,7 +37,7 @@ DEFINE_DEVICE_TYPE(UPD4991A, upd4991a_device, "upd4991a", "NEC uPD4991a parallel
// upd4991a_device - constructor
//-------------------------------------------------
-upd4991a_device::upd4991a_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
+upd4991a_device::upd4991a_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, UPD4991A, tag, owner, clock)
, device_rtc_interface(mconfig, *this)
, m_timer_clock(nullptr)