Used I/O mirror locations that avoid (redirected) zero-page accesses.
This commit is contained in:
committed by
Oliver Schmidt
parent
c39d07dd17
commit
203200e259
@@ -90,8 +90,8 @@ charloop:
|
||||
lineloop:
|
||||
lda (ptr1)
|
||||
eor tmp1
|
||||
sta a:VDC_DATA_LO ; bitplane 0
|
||||
stz a:VDC_DATA_HI ; bitplane 1
|
||||
sta VDC_DATA_LO ; bitplane 0
|
||||
stz VDC_DATA_HI ; bitplane 1
|
||||
|
||||
clc ; increment font pointer
|
||||
lda ptr1
|
||||
|
||||
Reference in New Issue
Block a user