Merge pull request #2571 from plgDavid/patch-3

Update om6502.lst
This commit is contained in:
R. Belmont 2017-08-16 15:37:11 -04:00 committed by GitHub
commit 4652f70fd1

View File

@ -1395,9 +1395,10 @@ lax_aba
lax_aby lax_aby
TMP = read_pc(); TMP = read_pc();
TMP = set_h(TMP, read_pc()); TMP = set_h(TMP, read_pc());
read(set_l(TMP, TMP+Y)); if(page_changing(TMP, Y)) {
TMP += Y; read(set_l(TMP, TMP+Y));
A = X = read(TMP); }
A = X = read(TMP+Y);
set_nz(A); set_nz(A);
prefetch(); prefetch();