Used I/O mirror locations that avoid (redirected) zero-page accesses.
This commit is contained in:
committed by
Oliver Schmidt
parent
c39d07dd17
commit
203200e259
@@ -16,9 +16,9 @@ rowloop:
|
||||
ldx #$80
|
||||
colloop:
|
||||
lda #' '
|
||||
sta a:VDC_DATA_LO
|
||||
sta VDC_DATA_LO
|
||||
lda #$02
|
||||
sta a:VDC_DATA_HI
|
||||
sta VDC_DATA_HI
|
||||
|
||||
dex
|
||||
bne colloop
|
||||
|
||||
Reference in New Issue
Block a user