diff options
Diffstat (limited to 'src/devices/machine/latch8.h')
-rw-r--r-- | src/devices/machine/latch8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/latch8.h b/src/devices/machine/latch8.h index 0609d3949ff..0fb58c14d5e 100644 --- a/src/devices/machine/latch8.h +++ b/src/devices/machine/latch8.h @@ -22,7 +22,7 @@ class latch8_device : public device_t { public: - latch8_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + latch8_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // Write bit to discrete node template <unsigned N> auto write_cb() { return m_write_cb[N].bind(); } |