summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/output_latch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/output_latch.cpp')
-rw-r--r--src/devices/machine/output_latch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/output_latch.cpp b/src/devices/machine/output_latch.cpp
index 7ed407d68f8..58b90b19018 100644
--- a/src/devices/machine/output_latch.cpp
+++ b/src/devices/machine/output_latch.cpp
@@ -5,7 +5,7 @@
DEFINE_DEVICE_TYPE(OUTPUT_LATCH, output_latch_device, "output_latch", "Output Latch")
-output_latch_device::output_latch_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+output_latch_device::output_latch_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, OUTPUT_LATCH, tag, owner, clock)
, m_bit_handlers(*this)
, m_bits{ -1, -1, -1, -1, -1, -1, -1, -1 }