summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-03-23 08:44:56 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-03-23 08:45:01 -0400
commit5abeb6647efe2942dc633785830eff05e6ce79ae (patch)
tree52e2674300876c11d78c9ef5989897e4a4ba5c3a
parent4b0fc556195bb1932e05ca9fabb8e96afd77bf60 (diff)
ns32000dasm.cpp: Fix catastrophic bug with one opcode format (nw)
-rw-r--r--src/devices/cpu/ns32000/ns32000dasm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/ns32000/ns32000dasm.cpp b/src/devices/cpu/ns32000/ns32000dasm.cpp
index 983abefdd3e..51fee05dd9a 100644
--- a/src/devices/cpu/ns32000/ns32000dasm.cpp
+++ b/src/devices/cpu/ns32000/ns32000dasm.cpp
@@ -780,6 +780,7 @@ offs_t ns32000_disassembler::disassemble(std::ostream &stream, offs_t pc, const
stream_gen(stream, Format9gen1(opcode), Format9i(opcode), pc, opcodes);
break;
}
+ break;
case 0x0b: /* Format 11 */
pc += 3;