1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-10 09:31:08 +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

View File

@ -253,13 +253,13 @@ PATTERN_SOLID:
ldy #$FF ldy #$FF
sty BITMASK sty BITMASK
iny ; (ldy #$00)
; Make screen columns. ; Make screen columns.
sty tmp2
lda #>SBASE lda #>SBASE
sta tmp2+1 sta tmp2+1
iny ; (ldy #$00)
sty tmp2
sty ERROR ; Set to TGI_ERR_OK sty ERROR ; Set to TGI_ERR_OK
clc clc
ldx #$10 ldx #$10