diff options
| author | Duncan Smith | 2010-09-10 19:53:16 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-09-10 19:53:16 -0700 |
| commit | 2491a9745e7ac11ed3576a40837f0fde30c7f426 (patch) | |
| tree | d22d4c9bfb03db22626c449dc654e0d246c03d0c | |
| parent | 90fcb551ad80df900d238de1b9b1fe38000a88a8 (diff) | |
CALL was mistakenly fetching an extra word and jumping to JP NZ instead of JP
| -rw-r--r-- | opcodes.asm | 3 |
1 files changed, 1 insertions, 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: |
