diff options
Diffstat (limited to 'src/devices/cpu/z180/hd647180x.h')
-rw-r--r-- | src/devices/cpu/z180/hd647180x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z180/hd647180x.h b/src/devices/cpu/z180/hd647180x.h index 22d4212b4af..e5d816b2b1e 100644 --- a/src/devices/cpu/z180/hd647180x.h +++ b/src/devices/cpu/z180/hd647180x.h @@ -25,7 +25,7 @@ public: }; // construction/destruction - hd647180x_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + hd647180x_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto in_pa_callback() { return m_port_input_cb[0].bind(); } auto in_pb_callback() { return m_port_input_cb[1].bind(); } |