aboutsummaryrefslogtreecommitdiffstats
path: root/sc126/BASIC/COUNTUP.BAS
diff options
context:
space:
mode:
Diffstat (limited to 'sc126/BASIC/COUNTUP.BAS')
-rw-r--r--sc126/BASIC/COUNTUP.BAS2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc126/BASIC/COUNTUP.BAS b/sc126/BASIC/COUNTUP.BAS
index 4443bee..1a0710c 100644
--- a/sc126/BASIC/COUNTUP.BAS
+++ b/sc126/BASIC/COUNTUP.BAS
@@ -29,7 +29,7 @@
430 RETURN
500 IF L = LR THEN RETURN
510 LET L = L + 1
-520 OUT &HD, L
+520 OUT &H0D, L
530 RETURN
1000 REM RANDOM DELAY LENGTH
1010 FOR Z = 0 TO DELAY : NEXT Z