swtp6800: Fix incorrect address to data table SOFTWARE INTERRUPT vector
As reported/suggested Clinton Yourth @cyourth-cognonic in #820 Fix approved by simulator Bill Beech
This commit is contained in:
parent
27c2dfa8f0
commit
487e78ef36
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ t_stat sim_instr (void)
|
|||
push_byte(B);
|
||||
push_byte(CCR);
|
||||
SET_FLAG(IF);
|
||||
PC = CPU_BD_get_mword(0xFFFB) & ADDRMASK;
|
||||
PC = CPU_BD_get_mword(0xFFFA) & ADDRMASK;
|
||||
break;
|
||||
case 0x40: /* NEG A */
|
||||
op1 = A;
|
||||
|
|
Loading…
Add table
Reference in a new issue