summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cxd1095.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cxd1095.cpp')
-rw-r--r--src/devices/machine/cxd1095.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cxd1095.cpp b/src/devices/machine/cxd1095.cpp
index 1f78ca628a1..214325c7b31 100644
--- a/src/devices/machine/cxd1095.cpp
+++ b/src/devices/machine/cxd1095.cpp
@@ -33,7 +33,7 @@ DEFINE_DEVICE_TYPE(CXD1095, cxd1095_device, "cxd1095", "CXD1095 I/O Expander")
// cxd1095_device - constructor
//-------------------------------------------------
-cxd1095_device::cxd1095_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
+cxd1095_device::cxd1095_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, CXD1095, tag, owner, clock)
, m_input_cb(*this)
, m_output_cb(*this)