Home » Personal collection » Commodore disks » disk03b2_pencil_cf45.d64 » mplay
mplay
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 » disk03b2_pencil_cf45.d64 |
Filename: | mplay |
Read OK: | ✔ |
File size: | 02DC bytes |
Load address: | 0801 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Commodore disks » disk03b2_pencil_cf45.d64 » mplay
- Personal collection » Commodore disks » disk53a_techie_tips.d64 » itg
File contents
0 REM "INTO THE GROOVE" BY C.AYRES 1 FOR X=49152 TO 49239:READ Y:C=C+Y:POKE X,Y:NEXT 2 IF C<>10369 THEN PRINT "DATA ERROR":END 3 READ W,X,Y,Z 4 POKE 49231,W:POKE 49232,X 5 POKE 49237,W:POKE 49238,X 6 POKE 49184,Y:POKE 49185,Z 7 POKE 49234,Y:POKE 49235,Z 8 PRINT CHR$(147) 9 PRINT "SYS 49152 STARTS THE MUSIC":PRINT "SYS 49202 STOPS IT" 10 DATA 032,078,192,120,169,192,141,021 11 DATA 003,141,144,002,169,024,141,020 12 DATA 003,169,037,141,143,002,088,096 13 DATA 173,018,208,201,100,208,249,032 14 DATA 234,234,076,049,234,173,197,000 15 DATA 201,004,208,003,032,078,192,076 16 DATA 072,235,120,169,000,141,024,212 17 DATA 169,049,141,020,003,169,234,141 18 DATA 021,003,169,072,141,143,002,169 19 DATA 235,141,144,002,088,096,032,234 20 DATA 234,032,234,234,032,234,234,096 21 DATA 000,016,003,016
$ � "INTO THE GROOVE" BY C.AYRES L � X�49152 � 49239:� Y:C�C�Y:� X,Y:� n � C��10369 � � "DATA ERROR":� | � W,X,Y,Z � � 49231,W:� 49232,X � � 49237,W:� 49238,X � � 49184,Y:� 49185,Z � � 49234,Y:� 49235,Z � � �(147) # � "SYS 49152 STARTS THE MUSIC":� "SYS 49202 STOPS IT"