summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sharp/x68k_hdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sharp/x68k_hdc.cpp')
-rw-r--r--src/mame/sharp/x68k_hdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sharp/x68k_hdc.cpp b/src/mame/sharp/x68k_hdc.cpp
index f4e74b08c22..5da4f06fca7 100644
--- a/src/mame/sharp/x68k_hdc.cpp
+++ b/src/mame/sharp/x68k_hdc.cpp
@@ -26,7 +26,7 @@ ALLOW_SAVE_TYPE(x68k_hdc_image_device::sasi_phase);
DEFINE_DEVICE_TYPE(X68KHDC, x68k_hdc_image_device, "x68k_hdc_image", "SASI Hard Disk")
-x68k_hdc_image_device::x68k_hdc_image_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
+x68k_hdc_image_device::x68k_hdc_image_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: harddisk_image_base_device(mconfig, X68KHDC, tag, owner, clock)
{
}