]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/gotoy.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / atari / gotoy.s
index 229ba95db707247cf790465b34006d894ed32565..8a17096c61573b7a4e3c8b3473304c7454d62bac 100644 (file)
@@ -4,10 +4,10 @@
 ; void gotoy (unsigned char y);
 ;
 
-       .include        "atari.inc"
-       .export         _gotoy
-       .import         setcursor
+        .include        "atari.inc"
+        .export         _gotoy
+        .import         setcursor
 
 _gotoy:
-       sta     ROWCRS          ; Set Y
-       jmp     setcursor
+        sta     ROWCRS          ; Set Y
+        jmp     setcursor