mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Fix cvline bug
This commit is contained in:
parent
48badc0816
commit
df64fd859c
@ -28,7 +28,11 @@ _cvline:
|
||||
@L1:
|
||||
lda #'|'
|
||||
ora rvs
|
||||
jsr display_conio
|
||||
ldy SCRX
|
||||
sta (ADSCR),y
|
||||
; compute next line
|
||||
inc SCRY
|
||||
jsr update_adscr
|
||||
@L2: dex
|
||||
bne @L1
|
||||
@L9: rts
|
||||
|
Loading…
Reference in New Issue
Block a user