From 2491a9745e7ac11ed3576a40837f0fde30c7f426 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Fri, 10 Sep 2010 19:53:16 -0700 Subject: CALL was mistakenly fetching an extra word and jumping to JP NZ instead of JP --- opcodes.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opcodes.asm b/opcodes.asm index 3ab0ff4..2bdd263 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -1878,8 +1878,7 @@ emu_op_cd: move.l epc,a0 bsr underef ; d0 has PC PUSHW d0 - FETCHWI d0 - bra emu_op_ca ; JP + bra emu_op_c3 ; JP START emu_op_ce: -- cgit v1.2.3