diff options
Diffstat (limited to 'src/devices/video/hd61603.cpp')
-rw-r--r-- | src/devices/video/hd61603.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd61603.cpp b/src/devices/video/hd61603.cpp index 49a21cc779b..d58c7bf164c 100644 --- a/src/devices/video/hd61603.cpp +++ b/src/devices/video/hd61603.cpp @@ -23,7 +23,7 @@ DEFINE_DEVICE_TYPE(HD61603, hd61603_device, "hd61603", "Hitachi HD61603 LCD Driv // constructor //------------------------------------------------- -hd61603_device::hd61603_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) : +hd61603_device::hd61603_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, HD61603, tag, owner, clock), m_write_segs(*this) { } |