mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
commit
4652f70fd1
@ -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());
|
||||||
|
if(page_changing(TMP, Y)) {
|
||||||
read(set_l(TMP, TMP+Y));
|
read(set_l(TMP, TMP+Y));
|
||||||
TMP += Y;
|
}
|
||||||
A = X = read(TMP);
|
A = X = read(TMP+Y);
|
||||||
set_nz(A);
|
set_nz(A);
|
||||||
prefetch();
|
prefetch();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user