mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
m88000: One more disassembly fix (nw)
This commit is contained in:
parent
7f1f9d43ee
commit
7d524eb338
@ -534,6 +534,9 @@ const std::map<u32, const mc88110_disassembler::instruction> mc88110_disassemble
|
||||
{ 0xf0009800, { 0xfc00fc00, "extu", mc88110_disassembler::addressing::BITFIELD }},
|
||||
{ 0xf000a000, { 0xfc00fc00, "mak", mc88110_disassembler::addressing::BITFIELD }},
|
||||
{ 0xf000a800, { 0xfc00ffe0, "rot", mc88110_disassembler::addressing::BITFIELD }},
|
||||
{ 0xf000d000, { 0xfc00fe00, "tb0", mc88100_disassembler::addressing::VEC9 }},
|
||||
{ 0xf000d800, { 0xfc00fe00, "tb1", mc88100_disassembler::addressing::VEC9 }},
|
||||
{ 0xf000e800, { 0xfc00fe00, "tcnd", mc88100_disassembler::addressing::VEC9 }},
|
||||
{ 0xf4000000, { 0xfc00ffe0, "xmem.bu", mc88110_disassembler::addressing::TRIADIC }},
|
||||
{ 0xf4000100, { 0xfc00ffe0, "xmem.bu.usr", mc88110_disassembler::addressing::TRIADIC }},
|
||||
{ 0xf4000200, { 0xfc00ffe0, "xmem.bu", mc88110_disassembler::addressing::SCALED }},
|
||||
|
Loading…
Reference in New Issue
Block a user