diff options
Diffstat (limited to 'src/devices/machine/cdp1871.h')
-rw-r--r-- | src/devices/machine/cdp1871.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cdp1871.h b/src/devices/machine/cdp1871.h index a359980f7fb..368cfa5b5d2 100644 --- a/src/devices/machine/cdp1871.h +++ b/src/devices/machine/cdp1871.h @@ -38,7 +38,7 @@ class cdp1871_device : public device_t { public: // construction/destruction - cdp1871_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + cdp1871_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto d1_callback() { return m_read_d1.bind(); } auto d2_callback() { return m_read_d2.bind(); } |