]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/gotox.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / atari / gotox.s
index 3b3efe01b166cdefba704839029827dceb47b67d..385eead2b0b46e73dad11e3bbed639673693dc8e 100644 (file)
@@ -6,9 +6,10 @@
 
        .include        "atari.inc"
        .export         _gotox
+       .import         setcursor
 
 _gotox:
        sta     COLCRS          ; Set X
        lda     #0
        sta     COLCRS+1
-       rts
+       jmp     setcursor