diff options
author | 2015-05-20 01:39:02 +0200 | |
---|---|---|
committer | 2015-05-20 01:39:02 +0200 | |
commit | 0ca552d593f3df8fc5bcd27813fc3af56f04eb34 (patch) | |
tree | cd4d5e6e5ab9153da1a8600f387be377652fc795 /src/tools/unidasm.c | |
parent | 9d2127ef321f2d743e1ceb4a655cece1444f321a (diff) |
added m58846 disasm
Diffstat (limited to 'src/tools/unidasm.c')
-rw-r--r-- | src/tools/unidasm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c index a6e516b239d..55d27130631 100644 --- a/src/tools/unidasm.c +++ b/src/tools/unidasm.c @@ -113,6 +113,7 @@ CPU_DISASSEMBLE( jaguargpu ); CPU_DISASSEMBLE( konami ); CPU_DISASSEMBLE( lh5801 ); CPU_DISASSEMBLE( lr35902 ); +CPU_DISASSEMBLE( m58846 ); CPU_DISASSEMBLE( m37710_generic ); CPU_DISASSEMBLE( m6800 ); CPU_DISASSEMBLE( m68000 ); @@ -264,6 +265,7 @@ static const dasm_table_entry dasm_table[] = { "konami", _8bit, 0, CPU_DISASSEMBLE_NAME(konami) }, { "lh5801", _8bit, 0, CPU_DISASSEMBLE_NAME(lh5801) }, { "lr35902", _8bit, 0, CPU_DISASSEMBLE_NAME(lr35902) }, + { "m58846", _16le, -1, CPU_DISASSEMBLE_NAME(m58846) }, { "m37710", _8bit, 0, CPU_DISASSEMBLE_NAME(m37710_generic) }, { "m6800", _8bit, 0, CPU_DISASSEMBLE_NAME(m6800) }, { "m68000", _16be, 0, CPU_DISASSEMBLE_NAME(m68000) }, |