summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds6417.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds6417.cpp')
-rw-r--r--src/devices/machine/ds6417.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds6417.cpp b/src/devices/machine/ds6417.cpp
index 51ae6e7a201..af0c4cf0569 100644
--- a/src/devices/machine/ds6417.cpp
+++ b/src/devices/machine/ds6417.cpp
@@ -8,7 +8,7 @@
DEFINE_DEVICE_TYPE(DS6417, ds6417_device, "ds6417", "Dallas DS6417 CyberCard")
-ds6417_device::ds6417_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+ds6417_device::ds6417_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, DS6417, tag, owner, clock)
, device_memcard_image_interface(mconfig, *this)
{