]> git.sur5r.net Git - cc65/blobdiff - libsrc/osic1p/chline.s
Introduced internal gotoxy that pops both parameters.
[cc65] / libsrc / osic1p / chline.s
index be40d40af6bdfdbd7ec6e3333b2faf12445e17f5..ae2df50149867b757837b0a778b7fa82e63c2964 100644 (file)
@@ -9,13 +9,12 @@
 ;
 
         .export         _chlinexy, _chline
-        .import         popa, _gotoxy, cputdirect
+        .import         gotoxy, cputdirect
         .importzp       tmp1
 
 _chlinexy:
         pha                     ; Save the length
-        jsr     popa            ; Get y
-        jsr     _gotoxy         ; Call this one, will pop params
+        jsr     gotoxy          ; Call this one, will pop params
         pla                     ; Restore the length
 
 _chline: