diff options
Diffstat (limited to 'src/devices/cpu/m68000/mcf5206e.cpp')
-rw-r--r-- | src/devices/cpu/m68000/mcf5206e.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/mcf5206e.cpp b/src/devices/cpu/m68000/mcf5206e.cpp index 3a20ad7e473..fd5835d7fd8 100644 --- a/src/devices/cpu/m68000/mcf5206e.cpp +++ b/src/devices/cpu/m68000/mcf5206e.cpp @@ -12,7 +12,7 @@ std::unique_ptr<util::disasm_interface> mcf5206e_device::create_disassembler() return std::make_unique<m68k_disassembler>(m68k_disassembler::TYPE_COLDFIRE); } -mcf5206e_device::mcf5206e_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) +mcf5206e_device::mcf5206e_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : m68000_base_device(mconfig, tag, owner, clock, MCF5206E, 32,32) { } |