summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/konami/k057714.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/konami/k057714.cpp')
-rw-r--r--src/mame/konami/k057714.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/konami/k057714.cpp b/src/mame/konami/k057714.cpp
index 447f7220510..3031da0b6d4 100644
--- a/src/mame/konami/k057714.cpp
+++ b/src/mame/konami/k057714.cpp
@@ -27,7 +27,7 @@
DEFINE_DEVICE_TYPE(K057714, k057714_device, "k057714", "k057714_device GCU")
-k057714_device::k057714_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+k057714_device::k057714_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, K057714, tag, owner, clock)
, device_video_interface(mconfig, *this)
, m_irq(*this)