]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/gotoy.s
Marked files to be excluded from build.
[cc65] / libsrc / atari / gotoy.s
index 73593afabcc9cba2d6e8ab4c05772ccf4dc9cdad..229ba95db707247cf790465b34006d894ed32565 100644 (file)
@@ -6,7 +6,8 @@
 
        .include        "atari.inc"
        .export         _gotoy
+       .import         setcursor
 
 _gotoy:
        sta     ROWCRS          ; Set Y
-       rts
+       jmp     setcursor