diff options
Diffstat (limited to 'src/devices/machine/scc68070.h')
-rw-r--r-- | src/devices/machine/scc68070.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/scc68070.h b/src/devices/machine/scc68070.h index 430ed781c27..5c7bb00102a 100644 --- a/src/devices/machine/scc68070.h +++ b/src/devices/machine/scc68070.h @@ -46,7 +46,7 @@ enum scc68070_ocr_bits class scc68070_device : public scc68070_base_device { public: - scc68070_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + scc68070_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto iack2_callback() { return m_iack2_callback.bind(); } auto iack4_callback() { return m_iack4_callback.bind(); } |