summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/cdp1862.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/cdp1862.cpp')
-rw-r--r--src/devices/video/cdp1862.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/cdp1862.cpp b/src/devices/video/cdp1862.cpp
index 66fa8d9e684..9ebc9c790a8 100644
--- a/src/devices/video/cdp1862.cpp
+++ b/src/devices/video/cdp1862.cpp
@@ -78,7 +78,7 @@ inline void cdp1862_device::initialize_palette()
// cdp1862_device - constructor
//-------------------------------------------------
-cdp1862_device::cdp1862_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+cdp1862_device::cdp1862_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, CDP1862, tag, owner, clock),
device_video_interface(mconfig, *this),
m_read_rd(*this),