1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-14 14:26:27 +00:00

dangling spaces

This commit is contained in:
xlar54
2024-06-13 21:23:50 -05:00
parent d24a8d7e61
commit b7f4c17460

View File

@@ -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