summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crt9212.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/crt9212.cpp')
-rw-r--r--src/devices/video/crt9212.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crt9212.cpp b/src/devices/video/crt9212.cpp
index 5bbcd8aaac7..5043d81f41c 100644
--- a/src/devices/video/crt9212.cpp
+++ b/src/devices/video/crt9212.cpp
@@ -30,7 +30,7 @@ DEFINE_DEVICE_TYPE(CRT9212, crt9212_device, "crt9212", "SMC CRT9212 DRB")
// crt9212_device - constructor
//-------------------------------------------------
-crt9212_device::crt9212_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+crt9212_device::crt9212_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, CRT9212, tag, owner, clock),
m_write_dout(*this),
m_write_rof(*this),