mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
ns32000dasm.cpp: Fix another catastrophic opcode format bug (nw)
This commit is contained in:
parent
e7e395153a
commit
ee9aacb008
@ -784,7 +784,7 @@ offs_t ns32000_disassembler::disassemble(std::ostream &stream, offs_t pc, const
|
||||
|
||||
case 0x0b: /* Format 11 */
|
||||
pc += 3;
|
||||
mnemonic = mnemonic_index(Format11[Format11op(opcode)], nullptr, fType[Format11f(opcode)]);
|
||||
mnemonic = mnemonic_index(Format11[Format11op(opcode)], "", fType[Format11f(opcode)]);
|
||||
switch (Format11op(opcode))
|
||||
{
|
||||
case 0x00: case 0x01: case 0x02: case 0x04: case 0x05 : case 0x08: case 0x0c : case 0x0d:
|
||||
|
Loading…
Reference in New Issue
Block a user