mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
Code style fixes
This commit is contained in:
parent
de5678af5d
commit
b3703de983
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user