summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/apricot/video/mono.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/apricot/video/mono.cpp')
-rw-r--r--src/devices/bus/apricot/video/mono.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/apricot/video/mono.cpp b/src/devices/bus/apricot/video/mono.cpp
index 424df94cea8..d6d0d0c2e6a 100644
--- a/src/devices/bus/apricot/video/mono.cpp
+++ b/src/devices/bus/apricot/video/mono.cpp
@@ -73,7 +73,7 @@ void apricot_mono_display_device::device_add_mconfig(machine_config &config)
// apricot_mono_display_device - constructor
//-------------------------------------------------
-apricot_mono_display_device::apricot_mono_display_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+apricot_mono_display_device::apricot_mono_display_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, APRICOT_MONO_DISPLAY, tag, owner, clock),
device_apricot_video_interface(mconfig, *this),
m_crtc(*this, "crtc"),