diff options
Diffstat (limited to 'src/devices/machine/74148.h')
-rw-r--r-- | src/devices/machine/74148.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74148.h b/src/devices/machine/74148.h index b9c9ddfdb56..cb32feb5f49 100644 --- a/src/devices/machine/74148.h +++ b/src/devices/machine/74148.h @@ -48,7 +48,7 @@ class ttl74148_device : public device_t { public: - ttl74148_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ttl74148_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); ~ttl74148_device() {} auto out_cb() { return m_output_cb.bind(); } |