diff options
Diffstat (limited to 'src/devices/machine/lh5810.h')
-rw-r--r-- | src/devices/machine/lh5810.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lh5810.h b/src/devices/machine/lh5810.h index a383d0047eb..16e3a573506 100644 --- a/src/devices/machine/lh5810.h +++ b/src/devices/machine/lh5810.h @@ -15,7 +15,7 @@ class lh5810_device : public device_t { public: // construction/destruction - lh5810_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + lh5810_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); auto porta_r() { return m_porta_r_cb.bind(); } auto porta_w() { return m_porta_w_cb.bind(); } |