summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/thomson/extension.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/thomson/extension.cpp')
-rw-r--r--src/devices/bus/thomson/extension.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/thomson/extension.cpp b/src/devices/bus/thomson/extension.cpp
index 12462b9898a..ad99ef2c310 100644
--- a/src/devices/bus/thomson/extension.cpp
+++ b/src/devices/bus/thomson/extension.cpp
@@ -9,7 +9,7 @@
DEFINE_DEVICE_TYPE(THOMSON_EXTENSION, thomson_extension_device, "thomson_extension", "Thomson TO*/MO* extension port")
-thomson_extension_device::thomson_extension_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+thomson_extension_device::thomson_extension_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, THOMSON_EXTENSION, tag, owner, clock),
device_single_card_slot_interface<thomson_extension_interface>(mconfig, *this)
{