summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/wafadrive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/wafadrive.cpp')
-rw-r--r--src/devices/imagedev/wafadrive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/wafadrive.cpp b/src/devices/imagedev/wafadrive.cpp
index 237e809075b..1958aaee0b4 100644
--- a/src/devices/imagedev/wafadrive.cpp
+++ b/src/devices/imagedev/wafadrive.cpp
@@ -23,7 +23,7 @@ DEFINE_DEVICE_TYPE(WAFADRIVE_IMAGE, wafadrive_image_device, "wafadrive_image", "
// microdrive_image_device - constructor
//-------------------------------------------------
-wafadrive_image_device::wafadrive_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+wafadrive_image_device::wafadrive_image_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
microtape_image_device(mconfig, WAFADRIVE_IMAGE, tag, owner, clock)
{
}