summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hphybrid/hphybrid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/hphybrid/hphybrid.cpp')
-rw-r--r--src/devices/cpu/hphybrid/hphybrid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/hphybrid/hphybrid.cpp b/src/devices/cpu/hphybrid/hphybrid.cpp
index b9e7da6cc4e..ccd76079081 100644
--- a/src/devices/cpu/hphybrid/hphybrid.cpp
+++ b/src/devices/cpu/hphybrid/hphybrid.cpp
@@ -404,9 +404,9 @@ bool hp_hybrid_cpu_device::execute_one_bpc(uint16_t opcode , uint16_t& next_pc)
case 0x4000:
// JSM
m_icount -= 5;
+ next_pc = remove_mae(get_ea(opcode));
m_reg_R = (m_reg_R + 1) & m_addr_mask_low16;
WM(AEC_CASE_C , m_reg_R , m_reg_P);
- next_pc = remove_mae(get_ea(opcode));
return true;
case 0x4800: