Previous 199869 Revisions Next

r34688 Tuesday 27th January, 2015 at 23:24:59 UTC by Angelo Salese
bra_rw2 requires a displacement of -1, fixes pha/pla bug, needs fixing in DASM.
[src/emu/cpu/m6502]om65ce02.lst

trunk/src/emu/cpu/m6502/om65ce02.lst
r243199r243200
342342   prefetch();
343343
344344bra_rw2
345   printf("PC=%04x\n",PC);
346345   TMP = read_pc();
347346   TMP = set_h(TMP, read_pc());
348347   PC += TMP - 1;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team