summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/akiko.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/akiko.cpp')
-rw-r--r--src/devices/machine/akiko.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/akiko.cpp b/src/devices/machine/akiko.cpp
index 13ae686a972..1bad05d718d 100644
--- a/src/devices/machine/akiko.cpp
+++ b/src/devices/machine/akiko.cpp
@@ -63,7 +63,7 @@ void akiko_device::device_add_mconfig(machine_config &config)
// akiko_device - constructor
//-------------------------------------------------
-akiko_device::akiko_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+akiko_device::akiko_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, AKIKO, tag, owner, clock)
, m_c2p_input_index(0)
, m_c2p_output_index(0)