summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tanbus/tugpgm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tanbus/tugpgm.cpp')
-rw-r--r--src/devices/bus/tanbus/tugpgm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/tugpgm.cpp b/src/devices/bus/tanbus/tugpgm.cpp
index e97b0853f64..160c9fb2111 100644
--- a/src/devices/bus/tanbus/tugpgm.cpp
+++ b/src/devices/bus/tanbus/tugpgm.cpp
@@ -55,7 +55,7 @@ ioport_constructor tanbus_tugpgm_device::device_input_ports() const
// tanbus_tugpgm_device - constructor
//-------------------------------------------------
-tanbus_tugpgm_device::tanbus_tugpgm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+tanbus_tugpgm_device::tanbus_tugpgm_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, TANBUS_TUGPGM, tag, owner, clock)
, device_tanbus_interface(mconfig, *this)
, m_links(*this, "LINKS")