Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape10b_d46_c16_ghost_maze.wav » improved tape
improved 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: | improved tape |
Read OK: | ✔ |
File size: | 0195 bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
10 PRINT"(L)OAD OR (S)AVE" 20 GETKEY C$ 30 IF C$="L" THEN GOTO 190 40 IF C$="S" THEN GOTO 60 50 GOTO 20 60 CLR 70 SCNCLR 80 PRINT:INPUT"NAME"; N$ 90 OPEN 1,1,1,N$ 100 PRINT P 110 INPUT"WHAT IS THAT NOTE"; N(P) 120 INPUT"HOW LONG IS IT"; L(P) 130 PRINT# 1,N(P),L(P) 140 IF N(P)>1022 THEN 170 150 P=P+1 160 GOTO 100 170 CLOSE 1 180 RUN 190 INPUT"NAME"; N$ 200 P=0 210 OPEN 1,1,0,N$ 220 INPUT# 1,N(P),L(P) 230 IF N(P)>1022 THEN GOTO 270 240 SOUND 1,N(P),L(P) 250 P=P+1 260 GOTO 220 270 CLOSE 1 280 RUN
�"(L)OAD OR (S)AVE"