mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
unidasm: Remove the tms57002 until modern cores are handled sanely [O. Galibert]
This commit is contained in:
parent
f0c78db8bc
commit
1729f642bc
@ -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) },
|
||||
|
Loading…
Reference in New Issue
Block a user