mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
m740: Correct PC value following LDA ($zz, X)
This commit is contained in:
parent
3fa5c6900b
commit
6c22952441
@ -671,6 +671,7 @@ lda_m_aby
|
||||
lda_m_idx
|
||||
TMP2 = read_pc_noinc();
|
||||
read_dummy(PC & 0xff);
|
||||
PC++;
|
||||
TMP2 += X;
|
||||
TMP = read(TMP2 & 0xff);
|
||||
TMP = set_h(TMP, read((TMP2+1) & 0xff));
|
||||
|
Loading…
Reference in New Issue
Block a user