]> git.sur5r.net Git - cc65/commit
Fixed the random-seed generators for the Commodore targets. 207/head
authorGreg King <gregdk@users.sf.net>
Fri, 11 Sep 2015 14:03:07 +0000 (10:03 -0400)
committerGreg King <gregdk@users.sf.net>
Fri, 11 Sep 2015 14:03:07 +0000 (10:03 -0400)
commit031bd2ebf0b1fc1afec8bcd18d12d58a2512d3c6
tree545f1378b80eaec323dd7df5090dc420510c57e4
parentfa0709a618e6d6bd74bf9edb8feb5c767582b248
Fixed the random-seed generators for the Commodore targets.

They use a byte from the time counter; but, it is stored in big-endian order.
libsrc/c128/randomize.s
libsrc/c16/randomize.s
libsrc/c64/randomize.s
libsrc/cbm510/randomize.s
libsrc/cbm610/randomize.s
libsrc/pet/randomize.s
libsrc/plus4/randomize.s
libsrc/vic20/randomize.s