]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/chline.s
New module eeprom.s
[cc65] / libsrc / atari / chline.s
index ffc4717a3bad114bf3ff3b9c86f472ba7ee3dd1d..e0d0a9629e84128ba747fa9e3a27779785befc13 100644 (file)
@@ -6,7 +6,7 @@
 ;
 
        .export         _chlinexy, _chline
-       .import         popa, _gotoxy, cputdirect
+       .import         popa, _gotoxy, cputdirect, setcursor
        .importzp       tmp1
 
 _chlinexy:
@@ -23,7 +23,7 @@ L1:           lda     #$12+64         ; Horizontal line, screen code
        jsr     cputdirect      ; Direct output
        dec     tmp1
        bne     L1
-L9:    rts
+L9:    jmp     setcursor