From 45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 16 Jun 2022 12:47:52 +0200 Subject: full xtal conversion --- src/devices/cpu/sparc/sparc.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/devices/cpu/sparc/sparc.h') diff --git a/src/devices/cpu/sparc/sparc.h b/src/devices/cpu/sparc/sparc.h index df1e531f3ea..84acfa05583 100644 --- a/src/devices/cpu/sparc/sparc.h +++ b/src/devices/cpu/sparc/sparc.h @@ -21,7 +21,7 @@ class sparc_base_device : public cpu_device, public sparc_mmu_host_interface, protected sparc_disassembler::config { public: - sparc_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + sparc_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); template void set_mmu(T &&tag) { m_mmu.set_tag(std::forward(tag)); } @@ -273,10 +273,10 @@ protected: class sparcv7_device : public sparc_base_device { public: - sparcv7_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sparcv7_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: - sparcv7_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + sparcv7_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); protected: virtual bool execute_extra_group2(uint32_t op) override; @@ -288,13 +288,13 @@ protected: class sparcv8_device : public sparc_base_device { public: - sparcv8_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sparcv8_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // device_disasm_interface overrides virtual std::unique_ptr create_disassembler() override; protected: - sparcv8_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + sparcv8_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); virtual void device_start() override; virtual void device_reset() override; @@ -320,7 +320,7 @@ private: class mb86930_device : public sparcv8_device { public: - mb86930_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + mb86930_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // device_disasm_interface overrides virtual std::unique_ptr create_disassembler() override; -- cgit v1.2.3-70-g09d2