summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tube.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tube.cpp')
-rw-r--r--src/devices/machine/tube.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/tube.cpp b/src/devices/machine/tube.cpp
index f16fed18da5..28177c9b1dc 100644
--- a/src/devices/machine/tube.cpp
+++ b/src/devices/machine/tube.cpp
@@ -29,7 +29,7 @@ DEFINE_DEVICE_TYPE(TUBE, tube_device, "tube", "Acorn Tube ULA")
// bbc_tube_slot_device - constructor
//-------------------------------------------------
-tube_device::tube_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+tube_device::tube_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, TUBE, tag, owner, clock)
, m_hirq_handler(*this)
, m_pnmi_handler(*this)