summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/kp64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z80/kp64.h')
-rw-r--r--src/devices/cpu/z80/kp64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/kp64.h b/src/devices/cpu/z80/kp64.h
index 954076430d0..b5d62212dfa 100644
--- a/src/devices/cpu/z80/kp64.h
+++ b/src/devices/cpu/z80/kp64.h
@@ -20,7 +20,7 @@ class kp64_device : public device_t
{
public:
// device type constructor
- kp64_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ kp64_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callback configuration
auto out_callback() { return m_out_callback.bind(); }