summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/joycard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/joycard.cpp')
-rw-r--r--src/devices/bus/comx35/joycard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/joycard.cpp b/src/devices/bus/comx35/joycard.cpp
index e76f20a5be8..40844d9b4dd 100644
--- a/src/devices/bus/comx35/joycard.cpp
+++ b/src/devices/bus/comx35/joycard.cpp
@@ -67,7 +67,7 @@ ioport_constructor comx_joy_device::device_input_ports() const
// comx_joy_device - constructor
//-------------------------------------------------
-comx_joy_device::comx_joy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+comx_joy_device::comx_joy_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, COMX_JOY, tag, owner, clock),
device_comx_expansion_card_interface(mconfig, *this),
m_joy1(*this, "JOY1"),