diff options
Diffstat (limited to 'src/devices/video/cdp1862.h')
-rw-r--r-- | src/devices/video/cdp1862.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/cdp1862.h b/src/devices/video/cdp1862.h index 57aab81b21a..6d1046ff859 100644 --- a/src/devices/video/cdp1862.h +++ b/src/devices/video/cdp1862.h @@ -40,7 +40,7 @@ class cdp1862_device : public device_t, { public: // construction/destruction - cdp1862_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + cdp1862_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto rdata_cb() { return m_read_rd.bind(); } auto bdata_cb() { return m_read_bd.bind(); } |