X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fgamate%2Fcvline.s;h=89f49219a8289f3b0cb429a6cdf4ca28fcdb0c88;hb=601c6102e8a073be3572e41fc5ca06db4151ede6;hp=b22890815f60749975dd1c85e53009b2960ff0c4;hpb=9fbf8a4299865c3bef3adb0794680c06dfb7a6b7;p=cc65 diff --git a/libsrc/gamate/cvline.s b/libsrc/gamate/cvline.s index b22890815..89f49219a 100644 --- a/libsrc/gamate/cvline.s +++ b/libsrc/gamate/cvline.s @@ -6,15 +6,14 @@ ; .export _cvlinexy, _cvline - .import popa, _gotoxy, putchar, newline + .import gotoxy, putchar, newline .importzp tmp1 .include "gamate.inc" _cvlinexy: 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 _cvline _cvline: