summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/samcoupe/drive/floppy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/samcoupe/drive/floppy.cpp')
-rw-r--r--src/devices/bus/samcoupe/drive/floppy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/samcoupe/drive/floppy.cpp b/src/devices/bus/samcoupe/drive/floppy.cpp
index 3940e9f5ddb..c78e5bbb1b6 100644
--- a/src/devices/bus/samcoupe/drive/floppy.cpp
+++ b/src/devices/bus/samcoupe/drive/floppy.cpp
@@ -47,7 +47,7 @@ void sam_floppy_device::device_add_mconfig(machine_config &config)
// sam_floppy_device - constructor
//-------------------------------------------------
-sam_floppy_device::sam_floppy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+sam_floppy_device::sam_floppy_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, SAM_FLOPPY, tag, owner, clock),
device_samcoupe_drive_interface(mconfig, *this),
m_fdc(*this, "fdc"),