]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/randomize.s
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc / pet / randomize.s
index fc5f621af5b5c2f4ad91bd02578ac1823bece148..44bf4c38e7a7959f6321a68258b2b1018a1c3af2 100644 (file)
@@ -1,5 +1,6 @@
 ;
-; Ullrich von Bassewitz, 05.11.2002
+; 2002-11-05, Ullrich von Bassewitz
+; 2015-09-11, Greg King
 ;
 ; void _randomize (void);
 ; /* Initialize the random number generator */
@@ -10,8 +11,8 @@
 
         .include        "pet.inc"
 
-__randomize:              
-        ldx     TIME
+__randomize:
+        ldx     TIME+2
         lda     TIME+1          ; Use 60HZ clock
         jmp     _srand          ; Initialize generator