summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tanbus/tandos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tanbus/tandos.cpp')
-rw-r--r--src/devices/bus/tanbus/tandos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/tandos.cpp b/src/devices/bus/tanbus/tandos.cpp
index ae971913254..9855b6ffd44 100644
--- a/src/devices/bus/tanbus/tandos.cpp
+++ b/src/devices/bus/tanbus/tandos.cpp
@@ -74,7 +74,7 @@ const tiny_rom_entry *tanbus_tandos_device::device_rom_region() const
// tanbus_tandos_device - constructor
//-------------------------------------------------
-tanbus_tandos_device::tanbus_tandos_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+tanbus_tandos_device::tanbus_tandos_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, TANBUS_TANDOS, tag, owner, clock)
, device_tanbus_interface(mconfig, *this)
, m_dos_rom(*this, "dos_rom")