home *** CD-ROM | disk | FTP | other *** search
/ UpTime Volume 1 #12 / uv1n12s2.d64 / bootslow (.txt) < prev    next >
Commodore BASIC  |  2022-08-28  |  1KB  |  40 lines

  1. 1 rem open15,8,15,"s0:bootslow":close15:save "0:bootslow",8:verify"0:bootslow",8
  2. 10 print "[147]"; : rem clear screen
  3. 20 poke 53281,0: rem background black
  4. 25 poke 53280,0: rem border     black
  5. 27 print "";  : rem pencolor green
  6. 100 print chr$(142)"[164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164]";
  7. 110 print "comal 0.14  power driver is being loaded";
  8. 120 print
  9. 130 print "[153] this boot program works with all disk"
  10. 145 print "                drives."
  11. 150 print
  12. 155 print
  13. 156 print "[176][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][174]";
  14. 160 print "[221]     [150]for more info send sase to:      [221]";
  15. 162 print "[171][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][179]";
  16. 170 print "[221]  [158]comal users group, u.s.a., limited  [221]";
  17. 180 print "[221]          [158]6041 monona drive           [221]";
  18. 185 print "[221]          [158]madison, wi 53716           [221]";
  19. 190 print "[221]             [158]608-222-4432             [221]";
  20. 200 print "[173][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][189]";
  21. 210 print
  22. 230 print "  comal programs can only be executed"
  23. 240 print "  after the language has been loaded."
  24. 245 print "[159]"; : rem pencolor cyan
  25. 275 print "[164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164]";
  26. 280 print "   backup this disk before you use it   [146]";
  27. 899 rem
  28. 910 rem chain"hi + <return key>
  29. 920 [151] 198,9
  30. 930 [151] 631,[198]("c")
  31. 940 [151] 632,[198]("h")
  32. 950 [151] 633,[198]("a")
  33. 960 [151] 634,[198]("i")
  34. 970 [151] 635,[198]("n")
  35. 980 [151] 636,34
  36. 990 [151] 637,[198]("h")
  37. 1000 [151] 638,[198]("i")
  38. 1010 [151] 639,13
  39. 1020 [147] "power driver",8
  40.