diff options
Diffstat (limited to 'src/devices/machine/cdp1852.h')
-rw-r--r-- | src/devices/machine/cdp1852.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cdp1852.h b/src/devices/machine/cdp1852.h index 4f4bec622f9..58317abe671 100644 --- a/src/devices/machine/cdp1852.h +++ b/src/devices/machine/cdp1852.h @@ -30,7 +30,7 @@ class cdp1852_device : public device_t { public: // construction/destruction - cdp1852_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + cdp1852_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); auto mode_cb() { return m_read_mode.bind(); } auto sr_cb() { return m_write_sr.bind(); } |