diff options
Diffstat (limited to 'src/devices/video/hlcd0488.cpp')
-rw-r--r-- | src/devices/video/hlcd0488.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hlcd0488.cpp b/src/devices/video/hlcd0488.cpp index 7c5d7eb4c99..6eb153005c3 100644 --- a/src/devices/video/hlcd0488.cpp +++ b/src/devices/video/hlcd0488.cpp @@ -21,7 +21,7 @@ DEFINE_DEVICE_TYPE(HLCD0488, hlcd0488_device, "hlcd0488", "Hughes HLCD 0488 LCD // constructor //------------------------------------------------- -hlcd0488_device::hlcd0488_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) : +hlcd0488_device::hlcd0488_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, HLCD0488, tag, owner, clock), m_write_cols(*this) { } |