From 77674352f6d4884c0619ebd812f795f54606c869 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 21 Jul 2020 23:44:36 +0200 Subject: [PATCH] Minor style change. --- libsrc/common/rand.s | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/common/rand.s b/libsrc/common/rand.s index 798d6343a..ec1df9860 100644 --- a/libsrc/common/rand.s +++ b/libsrc/common/rand.s @@ -51,6 +51,7 @@ _srand: sta rand+0 ; Store the seed sta rand+2 ; argument << 16 is convenient fill for MSW stx rand+3 ; fall through to rand() to sufficiently "shuffle" first rand() result + _rand: clc lda rand+0 adc #$B3