]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/cvline.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / atari / cvline.s
index e9551686944d184a2a71345f000e3935030fbf13..ca3795aca768ae4f41d35798e0ef93150dcbb54f 100644 (file)
@@ -7,7 +7,7 @@
        .include "atari.inc"
        
        .export         _cvlinexy, _cvline
-       .import         popa, _gotoxy, putchar
+       .import         popa, _gotoxy, putchar, setcursor
        .importzp       tmp1
 
 _cvlinexy:
@@ -29,7 +29,7 @@ L1:   lda     COLCRS
        inc     ROWCRS
        dec     tmp1
        bne     L1
-L9:    rts
+L9:    jmp     setcursor