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