summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/adam/adamlink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/adam/adamlink.cpp')
-rw-r--r--src/devices/bus/adam/adamlink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/adam/adamlink.cpp b/src/devices/bus/adam/adamlink.cpp
index 4dc2d44b3d7..b8a5d7d14f1 100644
--- a/src/devices/bus/adam/adamlink.cpp
+++ b/src/devices/bus/adam/adamlink.cpp
@@ -27,7 +27,7 @@ DEFINE_DEVICE_TYPE(ADAMLINK, adamlink_device, "adamlink", "AdamLink modem")
// adamlink_device - constructor
//-------------------------------------------------
-adamlink_device::adamlink_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+adamlink_device::adamlink_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, ADAMLINK, tag, owner, clock)
, device_adam_expansion_slot_card_interface(mconfig, *this)
{