summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/7474.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/7474.h')
-rw-r--r--src/devices/machine/7474.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/7474.h b/src/devices/machine/7474.h
index 4e2069d0afa..f94374bd194 100644
--- a/src/devices/machine/7474.h
+++ b/src/devices/machine/7474.h
@@ -55,7 +55,7 @@ class ttl7474_device : public device_t
{
public:
// construction/destruction
- ttl7474_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ ttl7474_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// static configuration helpers
auto output_cb() { return m_output_func.bind(); }