home *** CD-ROM | disk | FTP | other *** search
- 5 print"[147]":poke53280,0:poke53281,6:poke646,1
- 10 i=49152
- 20 read a:if a=256 then 40
- 30 poke i,a:i=i+1:goto 20
- 40 print"[147] screen magic/doodle converter"
- 50 print" (c) 1984 by m. beutjer"
- 60 print" select :"chr$(13);chr$(13);" 1 - doodle to screen magic"
- 70 print" 2 - screen magic to doodle"
- 80 input" ";a
- 90 ifa<1ora>2then40
- 100 ifa=1then150
- 110 gosub500:sys49152
- 120 input"another conversion";a$
- 130 ifleft$(a$,1)<>"n"then40
- 140 end
- 150 gosub500:sys49194
- 160 goto120
- 500 print"enter the name of the existing file."
- 505 print"do not include the 'dd' prefix on"
- 506 print"doodle files!"
- 510 inputa$:b=len(a$)
- 520 ifa=1andb>8then510
- 530 ifb>16then510
- 540 forx=1tob
- 550 poke49292+x,asc(mid$(a$,x,1))
- 560 next
- 570 poke49289,b
- 580 b=b+2
- 590 ifb<17thenpoke49290,b:return
- 600 poke49290,16
- 610 return
- 49152 data 169,92,133,252,160,0,132,251
- 49160 data 162,4,169,1,145,251,200,208
- 49168 data 251,230,252,202,208,246,174,137
- 49176 data 192,160,141,169,96,32,62,192
- 49184 data 169,92,160,139,174,138,192,76
- 49192 data 98,192,174,138,192,160,139,169
- 49200 data 92,32,62,192,169,96,174,137
- 49208 data 192,160,141,76,98,192,142,81
- 49216 data 192,140,83,192,141,94,192,169
- 49224 data 1,162,8,160,0,32,186,255
- 49232 data 169,0,162,0,160,192,32,189
- 49240 data 255,169,0,162,0,160,0,76
- 49248 data 213,255,142,116,192,140,118,192
- 49256 data 133,252,169,1,162,8,160,0
- 49264 data 32,186,255,169,0,162,0,160
- 49272 data 192,32,189,255,169,0,133,251
- 49280 data 169,251,162,255,160,127,76,216
- 49288 data 255,0,0,68,68,256
-