diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/tools/unidasm.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/tools/unidasm.c')
| -rw-r--r-- | src/tools/unidasm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c index d3d4bd04d6f..ffb6ceaa84f 100644 --- a/src/tools/unidasm.c +++ b/src/tools/unidasm.c @@ -231,9 +231,9 @@ static const dasm_table_entry dasm_table[] = { "f8", _8bit, 0, CPU_DISASSEMBLE_NAME(f8) }, { "g65816", _8bit, 0, CPU_DISASSEMBLE_NAME(g65816_generic) }, { "h6280", _8bit, 0, CPU_DISASSEMBLE_NAME(h6280) }, - // { "h8", _16be, 0, CPU_DISASSEMBLE_NAME(h8) }, - // { "h8_24", _16be, 0, CPU_DISASSEMBLE_NAME(h8_24) }, - // { "h8_32", _16be, 0, CPU_DISASSEMBLE_NAME(h8_32) }, + // { "h8", _16be, 0, CPU_DISASSEMBLE_NAME(h8) }, + // { "h8_24", _16be, 0, CPU_DISASSEMBLE_NAME(h8_24) }, + // { "h8_32", _16be, 0, CPU_DISASSEMBLE_NAME(h8_32) }, { "hc11", _8bit, 0, CPU_DISASSEMBLE_NAME(mb88) }, { "hcd62121", _16be, 0, CPU_DISASSEMBLE_NAME(hcd62121) }, { "hd61700", _8bit, 0, CPU_DISASSEMBLE_NAME(hd61700) }, |
