summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/shared/tecmo_spr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/shared/tecmo_spr.cpp')
-rw-r--r--src/mame/shared/tecmo_spr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/shared/tecmo_spr.cpp b/src/mame/shared/tecmo_spr.cpp
index 9d520f39eb5..a56ffe865a0 100644
--- a/src/mame/shared/tecmo_spr.cpp
+++ b/src/mame/shared/tecmo_spr.cpp
@@ -17,7 +17,7 @@
DEFINE_DEVICE_TYPE(TECMO_SPRITE, tecmo_spr_device, "tecmo_spr", "Tecmo Chained Sprites")
-tecmo_spr_device::tecmo_spr_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+tecmo_spr_device::tecmo_spr_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, TECMO_SPRITE, tag, owner, clock)
, m_bootleg(false)
, m_yoffset(0)