Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape10b_d46_c16_ghost_maze.wav » music tape
music tape
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: | music tape |
Read OK: | ✔ |
File size: | 0201 bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
2 SCNCLR 5 PRINT:PRINT:PRINT" MUSIC SAVER & LOADER" 6 PRINT" ====================" 20 PRINT:PRINT:PRINT"1. SAVE" 30 PRINT:PRINT:PRINT"2. LOAD" 40 GETKEY A$ 50 IF A$="1" THEN GOTO 80 60 IF A$="2" THEN GOTO 200 70 RUN 80 CLR 90 INPUT"HOW MANY NOTES"; T 100 INPUT"NAME"; N$ 110 OPEN 1,1,1,N$ 120 PRINT# 1,T 130 FOR P=1 TO T 140 INPUT"WHAT IS THE NEXT NOTE"; L(P) 145 INPUT"HOW LONG"; Z(P) 150 PRINT# 1,L(P),Z(P) 160 NEXT P 170 CLOSE 1 180 CLR 190 RUN 200 SCNCLR 210 INPUT"NAME"; N$ 220 OPEN 1,1,0,N$ 230 INPUT# 1,T 240 FOR P=1 TO T 250 INPUT# 1,L(P),Z(P) 260 NEXT 270 CLOSE 1 280 FOR P=1 TO T 290 SOUND 1,L(P),Z(P) 300 NEXT 310 CLR 320 RUN
� 0 �:�:�" MUSIC SAVER & LOADER"