aboutsummaryrefslogtreecommitdiffstats
path: root/sc126
diff options
context:
space:
mode:
Diffstat (limited to 'sc126')
-rw-r--r--sc126/BASIC/COUNTUP2.BAS4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc126/BASIC/COUNTUP2.BAS b/sc126/BASIC/COUNTUP2.BAS
index 03d48b5..fa68764 100644
--- a/sc126/BASIC/COUNTUP2.BAS
+++ b/sc126/BASIC/COUNTUP2.BAS
@@ -41,9 +41,9 @@
530 RETURN
600 IF M = MR THEN RETURN
610 LET M = M + 1
-620 OUT &H0, M
+620 OUT &H00, M
630 RETURN
1000 REM RANDOM DELAY LENGTH
1010 FOR Z = 0 TO DELAY : NEXT Z
-1020 A = 0 : B = 0 : C = 0 : D = 0 : L = 0
+1020 A = 0 : B = 0 : C = 0 : D = 0 : L = 0 : M = 0
1030 GOTO 10