summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2010-10-19 20:57:43 +0000
committer smf- <smf-@users.noreply.github.com>2010-10-19 20:57:43 +0000
commit091ef4761aaf3f4bdfcc6200d39d4777a6916af0 (patch)
treebe34750a333fb3e66392256875d1dd1539fc2372
parent51f1c80f36636590c365acb9b43cc2bddc38d8ff (diff)
fixed build
-rw-r--r--src/tools/unidasm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c
index f8fdfaea45d..b09be182768 100644
--- a/src/tools/unidasm.c
+++ b/src/tools/unidasm.c
@@ -94,7 +94,6 @@ CPU_DISASSEMBLE( arm7thumb );
CPU_DISASSEMBLE( asap );
CPU_DISASSEMBLE( avr8 );
CPU_DISASSEMBLE( ccpu );
-CPU_DISASSEMBLE( cdp1802 );
CPU_DISASSEMBLE( cop410 );
CPU_DISASSEMBLE( cop420 );
CPU_DISASSEMBLE( cop444 );
@@ -217,7 +216,6 @@ static const dasm_table_entry dasm_table[] =
{ "asap", _32le, 0, CPU_DISASSEMBLE_NAME(asap) },
{ "avr8", _16le, 0, CPU_DISASSEMBLE_NAME(avr8) },
{ "ccpu", _8bit, 0, CPU_DISASSEMBLE_NAME(ccpu) },
- { "cdp1802", _8bit, 0, CPU_DISASSEMBLE_NAME(cdp1802) },
{ "cop410", _8bit, 0, CPU_DISASSEMBLE_NAME(cop410) },
{ "cop420", _8bit, 0, CPU_DISASSEMBLE_NAME(cop420) },
{ "cop444", _8bit, 0, CPU_DISASSEMBLE_NAME(cop444) },