summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6202.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6202.cpp')
-rw-r--r--src/devices/video/huc6202.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6202.cpp b/src/devices/video/huc6202.cpp
index 42ffaafef14..151d3fa016c 100644
--- a/src/devices/video/huc6202.cpp
+++ b/src/devices/video/huc6202.cpp
@@ -15,7 +15,7 @@
DEFINE_DEVICE_TYPE(HUC6202, huc6202_device, "huc6202", "Hudson HuC6202 VPC")
-huc6202_device::huc6202_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+huc6202_device::huc6202_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, HUC6202, tag, owner, clock)
, m_next_pixel_0_cb(*this)
, m_time_til_next_event_0_cb(*this)