summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd44352.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd44352.cpp')
-rw-r--r--src/devices/video/hd44352.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd44352.cpp b/src/devices/video/hd44352.cpp
index 12d431b21ef..33d232058dc 100644
--- a/src/devices/video/hd44352.cpp
+++ b/src/devices/video/hd44352.cpp
@@ -34,7 +34,7 @@ DEFINE_DEVICE_TYPE(HD44352, hd44352_device, "hd44352", "Hitachi HD44352 LCD Cont
// hd44352_device - constructor
//-------------------------------------------------
-hd44352_device::hd44352_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock):
+hd44352_device::hd44352_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock):
device_t(mconfig, HD44352, tag, owner, clock),
m_on_cb(*this),
m_char_rom(*this, DEVICE_SELF)