Home » Personal collection » Commodore disks » disk53a_techie_tips.d64 » sfx player
sfx player
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 disks » disk53a_techie_tips.d64 |
| Filename: | sfx player |
| Read OK: | ✔ |
| File size: | 0765 bytes |
| Load address: | 0801 |
| Exec address: | 0000 |
File contents
1 REM - SOUND EFFECTS PLAYER -
2 REM - CODED BY JON WELLS -
3 REM - FOR COMMODORE FORMAT -
4 :
5 C=0:FOR A=49152 TO 49567
6 READ B:POKE A,B:C=C+B:NEXT A
7 IF C=48380 THEN END
8 PRINT"DATA ERROR!"
9 :
10 DATA 120,169,49,141,20,3,169,192
20 DATA 141,21,3,169,75,141,5,220
30 DATA 32,55,192,88,96,120,169,49
40 DATA 141,20,3,169,234,141,21,3
50 DATA 160,24,169,0,153,0,212,136
60 DATA 16,250,169,64,141,5,220,88
70 DATA 96,32,58,192,76,49,234,76
80 DATA 61,192,76,128,192,162,192,169
90 DATA 0,157,0,2,232,208,250,162
100 DATA 24,157,0,212,202,16,250,173
110 DATA 98,192,141,24,212,173,99,192
120 DATA 141,23,212,173,100,192,141,22
130 DATA 212,96,31,240,255,0,7,14
140 DATA 0,8,16,1,2,4,6,5
150 DATA 3,96,40,67,41,96,74,79
160 DATA 78,96,87,69,76,76,83,96
170 DATA 162,0,32,140,192,162,1,32
180 DATA 140,192,162,2,188,101,192,189
190 DATA 248,2,201,255,208,3,76,11
200 DATA 193,10,10,10,157,251,2,169
210 DATA 255,157,248,2,169,0,153,0
220 DATA 212,153,2,212,153,4,212,189
230 DATA 251,2,168,185,136,193,157,192
240 DATA 2,185,137,193,157,196,2,185
250 DATA 138,193,157,200,2,185,139,193
260 DATA 157,204,2,185,140,193,157,208
270 DATA 2,185,141,193,157,212,2,185
280 DATA 142,193,157,216,2,185,143,193
290 DATA 157,220,2,189,216,2,240,15
300 DATA 173,255,2,61,110,192,29,107
310 DATA 192,141,255,2,76,0,193,173
320 DATA 255,2,61,110,192,141,255,2
330 DATA 169,0,157,224,2,157,228,2
340 DATA 157,232,2,188,101,192,173,99
350 DATA 192,13,255,2,141,23,212,189
360 DATA 212,2,16,49,41,127,221,224
370 DATA 2,208,59,169,0,157,224,2
380 DATA 189,192,2,24,125,232,2,153
390 DATA 1,212,189,196,2,153,3,212
400 DATA 189,200,2,153,4,212,189,204
410 DATA 2,153,5,212,189,208,2,153
420 DATA 6,212,76,98,193,32,40,193
430 DATA 189,212,2,221,224,2,240,203
440 DATA 254,224,2,76,77,193,254,224
450 DATA 2,96,189,220,2,240,250,189
460 DATA 228,2,208,20,254,232,2,189
470 DATA 232,2,221,220,2,208,8,189
480 DATA 228,2,73,1,157,228,2,96
490 DATA 222,232,2,189,232,2,240,239
500 DATA 96,0,0,0,0,0,0,0
510 DATA 48,0,129,10,0,0,1,0
520 DATA 128,3,17,12,0,3,0,16
" � - SOUND EFFECTS PLAYER - C � - CODED BY JON WELLS - d � - FOR COMMODORE FORMAT - j : � C�0:� A�49152 � 49567 � � B:� A,B:C�C�B:� A � � C�48380 � � � �"DATA ERROR!"