1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

Code style fixes

This commit is contained in:
Olli Savia
2020-07-14 12:19:46 +03:00
committed by greg-king5
parent de5678af5d
commit b3703de983
+2 -2
View File
@@ -253,13 +253,13 @@ PATTERN_SOLID:
ldy #$FF
sty BITMASK
iny ; (ldy #$00)
; Make screen columns.
sty tmp2
lda #>SBASE
sta tmp2+1
iny ; (ldy #$00)
sty tmp2
sty ERROR ; Set to TGI_ERR_OK
clc
ldx #$10