diff options
Diffstat (limited to 'src/devices/cpu/rx01/rx01.h')
-rw-r--r-- | src/devices/cpu/rx01/rx01.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rx01/rx01.h b/src/devices/cpu/rx01/rx01.h index b8806c354f3..f543279859b 100644 --- a/src/devices/cpu/rx01/rx01.h +++ b/src/devices/cpu/rx01/rx01.h @@ -38,7 +38,7 @@ public: }; // device type constructor - rx01_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + rx01_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // callback configuration auto error_callback() { return m_interface_callback[0].bind(); } |