diff options
Diffstat (limited to 'src/devices/cpu/f8/f8.h')
-rw-r--r-- | src/devices/cpu/f8/f8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/f8/f8.h b/src/devices/cpu/f8/f8.h index fd823acb705..3c14f0fb5bd 100644 --- a/src/devices/cpu/f8/f8.h +++ b/src/devices/cpu/f8/f8.h @@ -18,7 +18,7 @@ class f8_cpu_device : public cpu_device { public: // construction/destruction - f8_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + f8_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // used by F3850 systems that override the normal zero reset address auto romc08_callback() { return m_romc08_callback.bind(); } |