]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/randomize.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / atari / randomize.s
index 067bcc1517e09b9633a0d3c54303370e51abc850..ed4400b55d3ca953c35470e32186f12df78f4f3e 100644 (file)
@@ -5,13 +5,13 @@
 ; /* Initialize the random number generator */
 ;
 
-       .export         __randomize
-       .import         _srand
+        .export         __randomize
+        .import         _srand
 
-       .include        "atari.inc"
+        .include        "atari.inc"
 
-__randomize:             
-       ldx     VCOUNT          ; Use vertical line counter as high byte
-       lda     RTCLOK+2        ; Use clock as low byte
-       jmp     _srand          ; Initialize generator
+__randomize:              
+        ldx     VCOUNT          ; Use vertical line counter as high byte
+        lda     RTCLOK+2        ; Use clock as low byte
+        jmp     _srand          ; Initialize generator