diff options
Diffstat (limited to 'src/devices/video/hd61202.cpp')
-rw-r--r-- | src/devices/video/hd61202.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd61202.cpp b/src/devices/video/hd61202.cpp index 50bbc91d0b3..abc4d0b2960 100644 --- a/src/devices/video/hd61202.cpp +++ b/src/devices/video/hd61202.cpp @@ -21,7 +21,7 @@ DEFINE_DEVICE_TYPE(HD61202, hd61202_device, "hd61202", "Hitachi HD61202 LCD Driv // hd61202_device - constructor //------------------------------------------------- -hd61202_device::hd61202_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) +hd61202_device::hd61202_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, HD61202, tag, owner, clock) , m_screen_update_cb(*this) { |