Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape04b_c16_c60_computer_tape_1.wav » music magic
music magic
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_tape04b_c16_c60_computer_tape_1.wav |
Filename: | music magic |
Read OK: | ✔ |
File size: | 020A bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
5 SCNCLR 10 PRINT"PLEASE ENTER NUMBER" 20 INPUT B 25 Z=0 30 DO 40 COLOR 0,1 50 COLOR 1,2 60 GRAPHIC1,1 70 A=RND(1)*20+10 80 FOR L=0 TO 359 STEP A 90 CIRCLE 1,160,100,80,40,,,L 100 NEXT L 110 FOR L=1 TO 2000:NEXT L 120 GRAPHIC0,1 130 COLOR 0,2 140 COLOR 1,1 150 Z=Z+1 160 LOOP UNTIL Z=B 170 PRINT 180 PRINT" *DOMINIC'S*" 190 PRINT" *AMAZING*" 200 PRINT" *PROG*" 210 PRINT 220 PRINT"HIT A KEY" 230 GETKEY A$ 240 SCNCLR 250 VOL 3 260 DO 270 INPUT X 280 IF X>1015 OR X<0 THEN PRINT"0 TO 1015,PLEASE":GOTO 270 290 SOUND 1,X,10 300 LOOP UNTIL X=0 305 DO 310 X=1 315 SOUND 1,X,10 320 X=X+1 330 LOOP UNTIL X=1015 340 GOTO 250
� " �"PLEASE ENTER NUMBER"