diff options
Diffstat (limited to 'src/devices/cpu/z80/kl5c80a16.h')
-rw-r--r-- | src/devices/cpu/z80/kl5c80a16.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/kl5c80a16.h b/src/devices/cpu/z80/kl5c80a16.h index d3ac8eda636..34d71bb90d9 100644 --- a/src/devices/cpu/z80/kl5c80a16.h +++ b/src/devices/cpu/z80/kl5c80a16.h @@ -28,7 +28,7 @@ public: }; // device type constructor - kl5c80a16_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + kl5c80a16_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // callback configuration auto in_p0_callback() { return m_port_in_callback[0].bind(); } |