summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/ctronics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/ctronics.cpp')
-rw-r--r--src/devices/bus/centronics/ctronics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/centronics/ctronics.cpp b/src/devices/bus/centronics/ctronics.cpp
index 81812bc37f6..9cea2dd0b9e 100644
--- a/src/devices/bus/centronics/ctronics.cpp
+++ b/src/devices/bus/centronics/ctronics.cpp
@@ -13,7 +13,7 @@
DEFINE_DEVICE_TYPE(CENTRONICS, centronics_device, "centronics", "Centronics")
-centronics_device::centronics_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+centronics_device::centronics_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, CENTRONICS, tag, owner, clock),
device_slot_interface(mconfig, *this),
m_strobe_handler(*this),