mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-11 14:30:08 +00:00
Fix bug in GetZPage_X and GetZPage_Y macros
This commit is contained in:
parent
2ec4e46012
commit
9cbceac80b
@ -348,11 +348,13 @@
|
||||
#define GetZPage_X \
|
||||
GetFromPC_B; \
|
||||
add r0, r0, X_Reg; \
|
||||
bic r0, #0x100; \
|
||||
mov EffectiveAddr, r0;
|
||||
|
||||
#define GetZPage_Y \
|
||||
GetFromPC_B; \
|
||||
add r0, r0, Y_Reg; \
|
||||
bic r0, #0x100; \
|
||||
mov EffectiveAddr, r0;
|
||||
|
||||
#define ea_hi_prev r1
|
||||
|
Loading…
x
Reference in New Issue
Block a user