mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 03:29:59 +00:00
shave some cycles (load X directly)
This commit is contained in:
parent
a5807e8577
commit
d0745e7941
@ -70,9 +70,8 @@ Exit1Bit rts
|
||||
InputLoop
|
||||
ldy #0
|
||||
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
|
||||
tax
|
||||
+ROW_X_TO_BASE_ADDRESSES
|
||||
+ROW_X_TO_MIRROR_ADDRESSES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user