diff options
Diffstat (limited to 'src/devices/cpu/h8500/h8500.h')
-rw-r--r-- | src/devices/cpu/h8500/h8500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8500/h8500.h b/src/devices/cpu/h8500/h8500.h index 3755ab7a4ab..7959b872639 100644 --- a/src/devices/cpu/h8500/h8500.h +++ b/src/devices/cpu/h8500/h8500.h @@ -21,7 +21,7 @@ public: void set_mode(u8 mode) { assert(!configured()); m_mode_control = mode; } protected: - h8500_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock, int addrbits, int buswidth, int ramsize, int defmode, address_map_constructor map); + h8500_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock, int addrbits, int buswidth, int ramsize, int defmode, address_map_constructor map); // device-level overrides virtual void device_config_complete() override; |