]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/conio/gotoxy.s
Remove the load address since it's supplied in its own module now.
[cc65] / libsrc / geos / conio / gotoxy.s
index d3da47db9e658748e3458c7ea69f654d6354193e..1a02611689651f04d7ddad60e3987e59cb2c51f1 100644 (file)
@@ -11,9 +11,9 @@
 
            .export _gotox, _gotoy, _gotoxy, fixcursor
            .import popa
+           .importzp cursor_x, cursor_y, cursor_c, cursor_r
 
            .include "../inc/jumptab.inc"
-           .include "../inc/cursor.inc"
 
 _gotox:            sta cursor_c
            jmp fixcursor