summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/im6402.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/im6402.cpp')
-rw-r--r--src/devices/machine/im6402.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/im6402.cpp b/src/devices/machine/im6402.cpp
index 6a52867bdbd..119d5ff111e 100644
--- a/src/devices/machine/im6402.cpp
+++ b/src/devices/machine/im6402.cpp
@@ -70,7 +70,7 @@ inline void im6402_device::set_tre(int state)
// im6402_device - constructor
//-------------------------------------------------
-im6402_device::im6402_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+im6402_device::im6402_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, IM6402, tag, owner, clock),
device_serial_interface(mconfig, *this),
m_write_tro(*this),