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:
parent
de5678af5d
commit
b3703de983
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user