summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/kl5c80a12.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z80/kl5c80a12.h')
-rw-r--r--src/devices/cpu/z80/kl5c80a12.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/kl5c80a12.h b/src/devices/cpu/z80/kl5c80a12.h
index 28434f8c8f6..c50fdca6297 100644
--- a/src/devices/cpu/z80/kl5c80a12.h
+++ b/src/devices/cpu/z80/kl5c80a12.h
@@ -28,7 +28,7 @@ public:
};
// device type constructor
- kl5c80a12_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ kl5c80a12_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callback configuration
auto in_p0_callback() { return m_porta_in_callback[0].bind(); }