kill dangling spaces

This commit is contained in:
Bob Andrews
2025-06-01 23:19:51 +02:00
committed by GitHub
parent aa4a791cc3
commit 81ca41b736

View File

@@ -218,7 +218,7 @@ INIT:
DONE: lda $FF12 DONE: lda $FF12
ora #%00000100 ; Fetch from ROM ora #%00000100 ; Fetch from ROM
sta $FF12 sta $FF12
.if LBASE <> CHRBASE .if LBASE <> CHRBASE
lda #>CHRBASE ; Reset character/color matrix address lda #>CHRBASE ; Reset character/color matrix address
sta $FF14 sta $FF14
@@ -366,7 +366,7 @@ SETPALETTE:
sta LBASE+$02e8,y sta LBASE+$02e8,y
iny iny
bne @L2 bne @L2
; Get chroma values from the low nybble of the palette entries ; Get chroma values from the low nybble of the palette entries
lda PALETTE+1 ; Foreground chroma lda PALETTE+1 ; Foreground chroma
@@ -455,7 +455,7 @@ GETPIXEL:
beq @L1 beq @L1
iny iny
@L1: @L1:
tya ; Get color value into A tya ; Get color value into A
ldx #$00 ; Clear high byte ldx #$00 ; Clear high byte
rts rts