aboutsummaryrefslogtreecommitdiff
path: root/rand.s
diff options
context:
space:
mode:
Diffstat (limited to 'rand.s')
-rw-r--r--rand.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/rand.s b/rand.s
index 8b4c502..fa181cc 100644
--- a/rand.s
+++ b/rand.s
@@ -17,8 +17,8 @@ randb: ; asm-callable (doesn't trash X reg)
sta tmp3
nop ; let the LFSR cook for a bit...
nop
- lda RTCLOK ; different amount of cooking depending on whether
- and #$01 ; we're on an even or odd numbered TV frame
+ lda RTCLOK+2 ; different amount of cooking depending on whether
+ and #$01 ; we're on an even or odd numbered TV frame
bne @1
nop
nop