summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74145.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74145.cpp')
-rw-r--r--src/devices/machine/74145.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74145.cpp b/src/devices/machine/74145.cpp
index 1ac1a41ffa6..5b556434f4e 100644
--- a/src/devices/machine/74145.cpp
+++ b/src/devices/machine/74145.cpp
@@ -59,7 +59,7 @@ DEFINE_DEVICE_TYPE(TTL74145, ttl74145_device, "ttl74145", "TTL74145")
// ttl74145_device - constructor
//-------------------------------------------------
-ttl74145_device::ttl74145_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+ttl74145_device::ttl74145_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, TTL74145, tag, owner, clock)
, m_output_line_cb(*this)
, m_number(0)