mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 19:31:55 +00:00
shave some cycles (load X directly)
This commit is contained in:
parent
a5807e8577
commit
d0745e7941
@ -70,9 +70,8 @@ Exit1Bit rts
|
|||||||
InputLoop
|
InputLoop
|
||||||
ldy #0
|
ldy #0
|
||||||
input=*+1
|
input=*+1
|
||||||
lda .coords, y ; first value: HGR row (only 0..95 will be in input array)
|
ldx .coords, y ; first value: HGR row (only 0..95 will be in input array)
|
||||||
bmi Exit1Bit ; if > 127 then we're done
|
bmi Exit1Bit ; if > 127 then we're done
|
||||||
tax
|
|
||||||
+ROW_X_TO_BASE_ADDRESSES
|
+ROW_X_TO_BASE_ADDRESSES
|
||||||
+ROW_X_TO_MIRROR_ADDRESSES
|
+ROW_X_TO_MIRROR_ADDRESSES
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user