summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ssem/ssemdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ssem/ssemdasm.cpp')
-rw-r--r--src/devices/cpu/ssem/ssemdasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/ssem/ssemdasm.cpp b/src/devices/cpu/ssem/ssemdasm.cpp
index 43adb44510b..c29f0ae594b 100644
--- a/src/devices/cpu/ssem/ssemdasm.cpp
+++ b/src/devices/cpu/ssem/ssemdasm.cpp
@@ -66,5 +66,5 @@ offs_t ssem_disassembler::disassemble(std::ostream &stream, offs_t pc, const dat
break;
}
- return 4 | SUPPORTED;
+ return 4 | (instr == 6 ? STEP_COND : 0) | SUPPORTED;
}