bra_rw2 requires a displacement of -1, fixes pha/pla bug, needs fixing in DASM.

This commit is contained in:
Angelo Salese 2015-01-28 00:24:59 +01:00
parent c652a6efe2
commit e539999dfa

View File

@ -342,7 +342,6 @@ bra_ce_rel
prefetch();
bra_rw2
printf("PC=%04x\n",PC);
TMP = read_pc();
TMP = set_h(TMP, read_pc());
PC += TMP - 1;