summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/thomson/cd90_351.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/thomson/cd90_351.cpp')
-rw-r--r--src/devices/bus/thomson/cd90_351.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/thomson/cd90_351.cpp b/src/devices/bus/thomson/cd90_351.cpp
index 44962c00115..a4904dfb7a4 100644
--- a/src/devices/bus/thomson/cd90_351.cpp
+++ b/src/devices/bus/thomson/cd90_351.cpp
@@ -14,7 +14,7 @@
DEFINE_DEVICE_TYPE(CD90_351, cd90_351_device, "cd90_351", "Thomson CD90-351 floppy drive controller")
-cd90_351_device::cd90_351_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+cd90_351_device::cd90_351_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, CD90_351, tag, owner, 16000000),
thomson_extension_interface(mconfig, *this),
m_floppy(*this, "%u", 0U),