aboutsummaryrefslogtreecommitdiffstats
path: root/sc126/BASIC
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2020-03-24 08:58:41 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2020-03-24 08:58:41 -0500
commit4f69796f2f2eec566913eb2e2caa4c344daff2c1 (patch)
tree9760c550cc81fc5680f0f87c345ed9e6225d9c76 /sc126/BASIC
parent2a1e4303cdabeb3feb3d2dea400c92c2e8b429da (diff)
Change &HD to &H0D.
Diffstat (limited to 'sc126/BASIC')
-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