summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/segaic16_road.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sega/segaic16_road.cpp')
-rw-r--r--src/mame/sega/segaic16_road.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/segaic16_road.cpp b/src/mame/sega/segaic16_road.cpp
index 35d31cb4057..543c4593167 100644
--- a/src/mame/sega/segaic16_road.cpp
+++ b/src/mame/sega/segaic16_road.cpp
@@ -8,7 +8,7 @@
DEFINE_DEVICE_TYPE(SEGAIC16_ROAD, segaic16_road_device, "segaic16_road", "Sega 16-bit Road Generator")
-segaic16_road_device::segaic16_road_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
+segaic16_road_device::segaic16_road_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, SEGAIC16_ROAD, tag, owner, clock)
, m_gfx_region(*this, DEVICE_SELF)
, m_roadram(*this, "roadram")