]> git.sur5r.net Git - cc65/blobdiff - libsrc/osic1p/cclear.s
Introduced internal gotoxy that pops both parameters.
[cc65] / libsrc / osic1p / cclear.s
index 2036c38e091ee90437144a0039c80e5d8434c96b..f7e9b2984ad3aa76cea4a18789b27a768cf95d13 100644 (file)
@@ -9,13 +9,12 @@
 ;
 
         .export         _cclearxy, _cclear
-        .import         popa, _gotoxy, cputdirect
+        .import         gotoxy, cputdirect
         .importzp       tmp1
 
 _cclearxy:
         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 and run into _cclear
 
 _cclear: