summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74166.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74166.h')
-rw-r--r--src/devices/machine/74166.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74166.h b/src/devices/machine/74166.h
index e15149a50cd..4287b97ab1c 100644
--- a/src/devices/machine/74166.h
+++ b/src/devices/machine/74166.h
@@ -34,7 +34,7 @@ class ttl166_device : public device_t
{
public:
// construction/destruction
- ttl166_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ ttl166_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(); }