Fix cvline bug
This commit is contained in:
@@ -28,7 +28,11 @@ _cvline:
|
|||||||
@L1:
|
@L1:
|
||||||
lda #'|'
|
lda #'|'
|
||||||
ora rvs
|
ora rvs
|
||||||
jsr display_conio
|
ldy SCRX
|
||||||
|
sta (ADSCR),y
|
||||||
|
; compute next line
|
||||||
|
inc SCRY
|
||||||
|
jsr update_adscr
|
||||||
@L2: dex
|
@L2: dex
|
||||||
bne @L1
|
bne @L1
|
||||||
@L9: rts
|
@L9: rts
|
||||||
|
|||||||
Reference in New Issue
Block a user