summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spc1000/vdp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spc1000/vdp.cpp')
-rw-r--r--src/devices/bus/spc1000/vdp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spc1000/vdp.cpp b/src/devices/bus/spc1000/vdp.cpp
index f85a64f59b9..4f6147d8e00 100644
--- a/src/devices/bus/spc1000/vdp.cpp
+++ b/src/devices/bus/spc1000/vdp.cpp
@@ -47,7 +47,7 @@ DEFINE_DEVICE_TYPE(SPC1000_VDP_EXP, spc1000_vdp_exp_device, "spc1000_vdp_exp", "
// spc1000_vdp_exp_device - constructor
//-------------------------------------------------
-spc1000_vdp_exp_device::spc1000_vdp_exp_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+spc1000_vdp_exp_device::spc1000_vdp_exp_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, SPC1000_VDP_EXP, tag, owner, clock)
, device_spc1000_card_interface(mconfig, *this)
, m_vdp(*this, "tms")