Fix comment
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
.proc _chline
|
.proc _chline
|
||||||
sta tmp1
|
sta tmp1
|
||||||
@loop:
|
@loop:
|
||||||
lda #'-' ; Horizontal line screen code
|
lda #'-' ; horizontal line screen code
|
||||||
BRK_TELEMON XWR0 ; macro send char to screen (channel 0 in telemon terms)
|
BRK_TELEMON XWR0 ; macro send char to screen (channel 0 in telemon terms)
|
||||||
dec tmp1
|
dec tmp1
|
||||||
bne @loop
|
bne @loop
|
||||||
|
|||||||
Reference in New Issue
Block a user