summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/akiko.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/akiko.h')
-rw-r--r--src/devices/machine/akiko.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/akiko.h b/src/devices/machine/akiko.h
index 8a0ffec8e76..3b02ec21e51 100644
--- a/src/devices/machine/akiko.h
+++ b/src/devices/machine/akiko.h
@@ -31,7 +31,7 @@
class akiko_device : public device_t
{
public:
- akiko_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ akiko_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callbacks
auto mem_r_callback() { return m_mem_r.bind(); }