mirror of
https://github.com/cc65/cc65.git
synced 2025-08-14 14:26:27 +00:00
dangling spaces
This commit is contained in:
@@ -239,7 +239,7 @@ CONTROL:
|
|||||||
;
|
;
|
||||||
; Must set an error code: NO
|
; Must set an error code: NO
|
||||||
|
|
||||||
CLEAR :
|
CLEAR:
|
||||||
.scope inner
|
.scope inner
|
||||||
|
|
||||||
; set up DCSEL=2
|
; set up DCSEL=2
|
||||||
@@ -273,7 +273,7 @@ ahead:
|
|||||||
|
|
||||||
ldy #240 ; number of rows
|
ldy #240 ; number of rows
|
||||||
blank_outer:
|
blank_outer:
|
||||||
ldx #10 ; 10 iterations of 32 = one line of 320 at 8bpp
|
ldx #10 ; 10 iterations of 32 = one line of 640
|
||||||
blank_loop:
|
blank_loop:
|
||||||
|
|
||||||
.repeat 8
|
.repeat 8
|
||||||
|
Reference in New Issue
Block a user