summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ql/cst_qdisc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ql/cst_qdisc.cpp')
-rw-r--r--src/devices/bus/ql/cst_qdisc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/cst_qdisc.cpp b/src/devices/bus/ql/cst_qdisc.cpp
index 2fe46dc4f5e..e3e4112b3d3 100644
--- a/src/devices/bus/ql/cst_qdisc.cpp
+++ b/src/devices/bus/ql/cst_qdisc.cpp
@@ -51,7 +51,7 @@ const tiny_rom_entry *cst_ql_disc_interface_device::device_rom_region() const
// cst_ql_disc_interface_device - constructor
//-------------------------------------------------
-cst_ql_disc_interface_device::cst_ql_disc_interface_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+cst_ql_disc_interface_device::cst_ql_disc_interface_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, CST_QL_DISC_INTERFACE, tag, owner, clock),
device_ql_expansion_card_interface(mconfig, *this)
{