mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
bra_rw2 requires a displacement of -1, fixes pha/pla bug, needs fixing in DASM.
This commit is contained in:
parent
c652a6efe2
commit
e539999dfa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user