aboutsummaryrefslogtreecommitdiff
path: root/rand.s
diff options
context:
space:
mode:
Diffstat (limited to 'rand.s')
-rw-r--r--rand.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/rand.s b/rand.s
index 3d64c74..1fa7d8d 100644
--- a/rand.s
+++ b/rand.s
@@ -17,7 +17,6 @@ _randi:
; void __fastcall__ randl(void);
_randl:
lda RANDOM
-randl1:
sta sreg
lda RANDOM
sta sreg+1