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"