summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/dataeast/deco16ic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/dataeast/deco16ic.cpp')
-rw-r--r--src/mame/dataeast/deco16ic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/dataeast/deco16ic.cpp b/src/mame/dataeast/deco16ic.cpp
index 59f16889aea..f9c19e74d3f 100644
--- a/src/mame/dataeast/deco16ic.cpp
+++ b/src/mame/dataeast/deco16ic.cpp
@@ -178,7 +178,7 @@ Rowscroll style:
DEFINE_DEVICE_TYPE(DECO16IC, deco16ic_device, "deco16ic", "DECO 55 / 56 / 74 / 141 Tilemap Generator")
-deco16ic_device::deco16ic_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+deco16ic_device::deco16ic_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, DECO16IC, tag, owner, clock)
, device_video_interface(mconfig, *this)
, m_pf1_data(nullptr)