summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/k053936.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/k053936.cpp')
-rw-r--r--src/devices/video/k053936.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/k053936.cpp b/src/devices/video/k053936.cpp
index c9900430b53..1a922fa4324 100644
--- a/src/devices/video/k053936.cpp
+++ b/src/devices/video/k053936.cpp
@@ -229,7 +229,7 @@ void K053936_set_offset(int chip, int xoffs, int yoffs)
DEFINE_DEVICE_TYPE(K053936, k053936_device, "k053936", "K053936 Video Controller")
-k053936_device::k053936_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+k053936_device::k053936_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, K053936, tag, owner, clock),
m_ctrl(nullptr),
m_linectrl(nullptr),