diff options
Diffstat (limited to 'src/devices/machine/ldv4200hle.h')
-rw-r--r-- | src/devices/machine/ldv4200hle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ldv4200hle.h b/src/devices/machine/ldv4200hle.h index c7ee5738e2a..cf0f77989b8 100644 --- a/src/devices/machine/ldv4200hle.h +++ b/src/devices/machine/ldv4200hle.h @@ -46,7 +46,7 @@ class pioneer_ldv4200hle_device : public laserdisc_device, public device_serial_ { public: // construction/destruction - pioneer_ldv4200hle_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + pioneer_ldv4200hle_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); auto serial_tx() { return m_serial_tx.bind(); } |