Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape05a_c16_d90_graphics_music.wav » gm-maker

gm-maker

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_tape05a_c16_d90_graphics_music.wav
Filename: gm-maker
Read OK:
File size: 0129 bytes
Load address: 1001
Exec address: 0000
File contents
     5 OPEN 1,1,1,"GM"
    10 VOL 1
    20 COLOR 0,1
    30 GRAPHIC 2,1:FOR Z=1 TO 250
    40 A=INT(RND(320)*200)
    50 B=INT(RND(200)*200)
    60 C=INT(RND(320)*200)
    70 D=INT(RND(200)*200)
    80 E=INT(RND(16)*100)
    90 F=INT(RND(1000)*10000)
   100 IF F<1 OR F>1000 OR E<1 OR E>16 THEN 80
   110 COLOR 1,E,3
   120 DRAW 1,(A),(B) TO (C),(D):SOUND 1,F,6
   130 PRINT#1,A,B,C,D,E,F
   140 NEXT
   150 CLOSE 1

� 1,1,1,"GM"
� 1$� 0,1:� 2,1:� Z�1 � 250N(A��(�(320)�200)b2B��(�(200)�200)v<C��(�(320)�200)�FD��(�(200)�200)�PE��(�(16)�100)�ZF��(�(1000)�10000)�d� F�1 � F�1000 � E�1 � E�16 � 80�n� 1,E,3x� 1,(A),(B) � (C),(D):� 1,F,6��1,A,B,C,D,E,F ��(�� 1
RPE@. 1,1,1,"gm"@ZPJ@. 1@$PT@. 0,1@:P.@. 2,1:. z.1 . 250@nP(@a..(.(320).200)@BP2@b..(.(200).200)@VP<@c..(.(320).200)@.Pf@d..(.(200).200)@.Pp@e..(.(16).100)@.Pz@f..(.(1000).10000)@.PD@. f.1 . f.1000 . e.1 . e.16 . 80@.PN@. 1,e,3@GQX@. 1,(a),(b) . (c),(d):. 1,f,6@ZQ.@.1,a,b,c,d,e,f@ Q.@.@(Q.@. 1@@@
00000000  12 10 05 00 9f 20 31 2c  31 2c 31 2c 22 47 4d 22  |..... 1,1,1,"GM"|
00000010  00 1a 10 0a 00 db 20 31  00 24 10 14 00 e7 20 30  |...... 1.$.... 0|
00000020  2c 31 00 3a 10 1e 00 de  20 32 2c 31 3a 81 20 5a  |,1.:.... 2,1:. Z|
00000030  b2 31 20 a4 20 32 35 30  00 4e 10 28 00 41 b2 b5  |.1 . 250.N.(.A..|
00000040  28 bb 28 33 32 30 29 ac  32 30 30 29 00 62 10 32  |(.(320).200).b.2|
00000050  00 42 b2 b5 28 bb 28 32  30 30 29 ac 32 30 30 29  |.B..(.(200).200)|
00000060  00 76 10 3c 00 43 b2 b5  28 bb 28 33 32 30 29 ac  |.v.<.C..(.(320).|
00000070  32 30 30 29 00 8a 10 46  00 44 b2 b5 28 bb 28 32  |200)...F.D..(.(2|
00000080  30 30 29 ac 32 30 30 29  00 9d 10 50 00 45 b2 b5  |00).200)...P.E..|
00000090  28 bb 28 31 36 29 ac 31  30 30 29 00 b4 10 5a 00  |(.(16).100)...Z.|
000000a0  46 b2 b5 28 bb 28 31 30  30 30 29 ac 31 30 30 30  |F..(.(1000).1000|
000000b0  30 29 00 d9 10 64 00 8b  20 46 b3 31 20 b0 20 46  |0)...d.. F.1 . F|
000000c0  b1 31 30 30 30 20 b0 20  45 b3 31 20 b0 20 45 b1  |.1000 . E.1 . E.|
000000d0  31 36 20 a7 20 38 30 00  e5 10 6e 00 e7 20 31 2c  |16 . 80...n.. 1,|
000000e0  45 2c 33 00 07 11 78 00  e5 20 31 2c 28 41 29 2c  |E,3...x.. 1,(A),|
000000f0  28 42 29 20 a4 20 28 43  29 2c 28 44 29 3a da 20  |(B) . (C),(D):. |
00000100  31 2c 46 2c 36 00 1a 11  82 00 98 31 2c 41 2c 42  |1,F,6......1,A,B|
00000110  2c 43 2c 44 2c 45 2c 46  00 20 11 8c 00 82 00 28  |,C,D,E,F. .....(|
00000120  11 96 00 a0 20 31 00 00  00                       |.... 1...|
00000129