From bac87f62fa4bb838f0dadaf1db115fce21bcc388 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 11 Apr 2016 21:45:07 +0200 Subject: sm510: added KB1013VK1-2 disasm --- 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 05f622aa45a..e70f1fc13ac 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -110,6 +110,7 @@ CPU_DISASSEMBLE( i960 ); CPU_DISASSEMBLE( ie15 ); CPU_DISASSEMBLE( jaguardsp ); CPU_DISASSEMBLE( jaguargpu ); +CPU_DISASSEMBLE( kb1013vk12 ); CPU_DISASSEMBLE( konami ); CPU_DISASSEMBLE( lh5801 ); CPU_DISASSEMBLE( lr35902 ); @@ -266,6 +267,7 @@ static const dasm_table_entry dasm_table[] = { "ie15", _8bit, 0, CPU_DISASSEMBLE_NAME(ie15) }, { "jaguardsp", _16be, 0, CPU_DISASSEMBLE_NAME(jaguardsp) }, { "jaguargpu", _16be, 0, CPU_DISASSEMBLE_NAME(jaguargpu) }, + { "kb1013vk12", _8bit, 0, CPU_DISASSEMBLE_NAME(kb1013vk12) }, { "konami", _8bit, 0, CPU_DISASSEMBLE_NAME(konami) }, { "lh5801", _8bit, 0, CPU_DISASSEMBLE_NAME(lh5801) }, { "lr35902", _8bit, 0, CPU_DISASSEMBLE_NAME(lr35902) }, -- cgit v1.2.3