From 1729f642bcaf6fcf82dd2b7ad29febb690a103ac Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sun, 11 Mar 2012 18:20:30 +0000 Subject: [PATCH] unidasm: Remove the tms57002 until modern cores are handled sanely [O. Galibert] --- src/tools/unidasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c index 6845309f87c..41996c24880 100644 --- a/src/tools/unidasm.c +++ b/src/tools/unidasm.c @@ -197,7 +197,7 @@ CPU_DISASSEMBLE( tms3203x ); CPU_DISASSEMBLE( tms32051 ); CPU_DISASSEMBLE( tms34010 ); CPU_DISASSEMBLE( tms34020 ); -CPU_DISASSEMBLE( tms57002 ); +//CPU_DISASSEMBLE( tms57002 ); CPU_DISASSEMBLE( tms7000 ); CPU_DISASSEMBLE( upd7810 ); CPU_DISASSEMBLE( upd7807 ); @@ -326,7 +326,7 @@ static const dasm_table_entry dasm_table[] = { "tms32051", _16le, -1, CPU_DISASSEMBLE_NAME(tms32051) }, { "tms34010", _8bit, 3, CPU_DISASSEMBLE_NAME(tms34010) }, { "tms34020", _8bit, 3, CPU_DISASSEMBLE_NAME(tms34020) }, - { "tms57002", _32le, -2, CPU_DISASSEMBLE_NAME(tms57002) }, + // { "tms57002", _32le, -2, CPU_DISASSEMBLE_NAME(tms57002) }, { "tms7000", _8bit, 0, CPU_DISASSEMBLE_NAME(tms7000) }, { "upd7810", _8bit, 0, CPU_DISASSEMBLE_NAME(upd7810) }, { "upd7807", _8bit, 0, CPU_DISASSEMBLE_NAME(upd7807) },