]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari5200/gotoy.s
atari5200: implement bgcolor() and textcolor()
[cc65] / libsrc / atari5200 / gotoy.s
index fcdd05e4c90fa35eddd2b0c10ed16daf5ae25853..ef7c2e5652df63bb22fca5747267d889d1ade462 100644 (file)
@@ -6,8 +6,7 @@
 
         .include        "atari5200.inc"
         .export         _gotoy
-        .import         setcursor
 
 _gotoy:
         sta     ROWCRS_5200     ; Set Y
-        jmp     setcursor
+        rts