home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1987 May / 64er_Magazin_87-05_1987_Markt__Technik_de.d64 / bild teilen (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1987-01-01  |  470 b   |  13 lines

  1. 10 input"name ";ne$
  2. 20 na$="[129]pic ? "+ne$+"*":sys(57812)na$,8,1
  3. 40 rem  ^ koalapainterbild laden
  4. 60 poke780,0:sys65493
  5. 70 print"diskette wechseln!":poke198,0:wait198,1:poke198,0
  6. 90 rem  ^ wie der text schon sagt...
  7. 110 print"hiresbereich wird abgespeichert.":poke193,0:poke194,96
  8. 120 poke174,64:poke175,127:sys(57812)"h"+ne$,8:sys62957
  9. 140 rem ^ hires abspeichern...
  10. 160 print"farbbereich wird abgespeichert.":poke193,64:poke194,127
  11. 170 poke174,17:poke175,135:sys(57812)"f"+ne$,8:sys62957
  12. 190 rem ^ farbe abspeichern ... fertig!
  13.