From 9d371eb5ba262fb6b247ae456c0a71591c4c6e5f Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Mon, 16 Jan 2017 21:55:49 +0200 Subject: cop400: Properly separated COP444L from COP444C. [Curt Coder] --- src/tools/unidasm.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools') diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp index 2c6e58a0f74..e1667a9b9e7 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -83,6 +83,7 @@ CPU_DISASSEMBLE( coldfire ); CPU_DISASSEMBLE( cop410 ); CPU_DISASSEMBLE( cop420 ); CPU_DISASSEMBLE( cop444 ); +CPU_DISASSEMBLE( cop424 ); CPU_DISASSEMBLE( cp1610 ); CPU_DISASSEMBLE( cquestlin ); CPU_DISASSEMBLE( cquestrot ); @@ -251,6 +252,7 @@ static const dasm_table_entry dasm_table[] = { "cop410", _8bit, 0, CPU_DISASSEMBLE_NAME(cop410) }, { "cop420", _8bit, 0, CPU_DISASSEMBLE_NAME(cop420) }, { "cop444", _8bit, 0, CPU_DISASSEMBLE_NAME(cop444) }, + { "cop424", _8bit, 0, CPU_DISASSEMBLE_NAME(cop424) }, { "cp1610", _16be, -1, CPU_DISASSEMBLE_NAME(cp1610) }, { "cquestlin", _64be, -3, CPU_DISASSEMBLE_NAME(cquestlin) }, { "cquestrot", _64be, -3, CPU_DISASSEMBLE_NAME(cquestrot) }, -- cgit v1.2.3