diff --git a/src/devices/cpu/t11/t11ops.hxx b/src/devices/cpu/t11/t11ops.hxx index 223159a9357..8d0a2103556 100644 --- a/src/devices/cpu/t11/t11ops.hxx +++ b/src/devices/cpu/t11/t11ops.hxx @@ -290,7 +290,7 @@ void t11_device::mark(UINT16 op) { m_icount -= 36; - SP = SP + 2 * (op & 0x3f); + SP = PC + 2 * (op & 0x3f); PC = REGW(5); REGW(5) = POP(); }