1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Fix comment

This commit is contained in:
jede 2018-04-16 21:51:15 +02:00
parent 626fed88b7
commit cc2b5af601

View File

@ -13,7 +13,7 @@
.proc _chline
sta tmp1
@loop:
lda #'-' ; Horizontal line screen code
lda #'-' ; horizontal line screen code
BRK_TELEMON XWR0 ; macro send char to screen (channel 0 in telemon terms)
dec tmp1
bne @loop