]> git.sur5r.net Git - cc65/blobdiff - libsrc/creativision/gotox.s
Cleanups for Creativision.
[cc65] / libsrc / creativision / gotox.s
index 6970e5d24fe7d5098a4425d9ae2ed3f9f19154ac..f65e923b5718bfc26fc3cd1374d9eb56811ea75d 100644 (file)
@@ -11,7 +11,7 @@
 
 .proc   _gotox
 
-        sta     CURSOR_X          ; Set new position
+        sta     CURSOR_X        ; Set new position
         tay
         ldx     CURSOR_Y
         jmp     setcursor       ; Set the cursor to the new position