diff options
Diffstat (limited to 'src/devices/video/lc7582.cpp')
-rw-r--r-- | src/devices/video/lc7582.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/lc7582.cpp b/src/devices/video/lc7582.cpp index f576d97ea20..6682377b096 100644 --- a/src/devices/video/lc7582.cpp +++ b/src/devices/video/lc7582.cpp @@ -22,7 +22,7 @@ DEFINE_DEVICE_TYPE(LC7582, lc7582_device, "lc7582", "Sanyo LC7582 LCD Driver") // constructor //------------------------------------------------- -lc7582_device::lc7582_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) : +lc7582_device::lc7582_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, LC7582, tag, owner, clock), m_write_segs(*this) { } |