Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape10b_d46_c16_ghost_maze.wav » rnd sound
rnd sound
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape10b_d46_c16_ghost_maze.wav |
Filename: | rnd sound |
Read OK: | ✔ |
File size: | 0111 bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
1 C=RND(9) 2 C=C*10 3 IF C>16 THEN C=1 4 IF C<1 THEN C=1 5 VOL 2 10 A=RND(1020) 20 IF A<99 AND A>9 THEN A=A*100:GOTO 60 30 IF A<1000 AND A<99 THEN A=A*1000:GOTO 60 40 IF A>1000 THEN A=A*10000:GOTO 60 50 A=A*10 60 SOUND 1,A,10 65 SOUND 2,500,10 66 COLOR 1,C,3 67 PRINT"<reverse on><flash on>WRITTEN BY: MR. COMMODORE 16!" 70 RUN
C��(9) C�C�10 ( � C�16 � C�1 8 � C�1 � C�1 @ � 2 N A��(1020) n � A�99 � A�9 � A�A�100:� 60 � � A�1000 � A�99 � A�A�1000:� 60 �( � A�1000 � A�A�10000:� 60 �2 A�A�10 �<