diff options
Diffstat (limited to 'src/devices/machine/74165.h')
-rw-r--r-- | src/devices/machine/74165.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74165.h b/src/devices/machine/74165.h index 145f3195172..814871dc7a9 100644 --- a/src/devices/machine/74165.h +++ b/src/devices/machine/74165.h @@ -34,7 +34,7 @@ class ttl165_device : public device_t { public: // construction/destruction - ttl165_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + ttl165_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); auto data_callback() { return m_data_cb.bind(); } auto qh_callback() { return m_qh_cb.bind(); } |