summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/f2mc16/f2mc16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/f2mc16/f2mc16.h')
-rw-r--r--src/devices/cpu/f2mc16/f2mc16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/f2mc16/f2mc16.h b/src/devices/cpu/f2mc16/f2mc16.h
index fc1ffc3aa55..766af666301 100644
--- a/src/devices/cpu/f2mc16/f2mc16.h
+++ b/src/devices/cpu/f2mc16/f2mc16.h
@@ -38,10 +38,10 @@ public:
};
// construction/destruction
- f2mc16_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ f2mc16_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
- f2mc16_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock);
+ f2mc16_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock);
// device-level overrides
virtual void device_start() override;