home *** CD-ROM | disk | FTP | other *** search
/ Ozsi 10 / Ozsi_10_1998_Tide_Side_B.d64 / stars......._rtn (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  2KB  |  53 lines

  1. 0 rem hal/avalon/something for...ozsi-64sinor>=<sgnintabsusrfrepossqrrndlogexpcos
  2. 1 for x=51200 to 51409:read y:c=c+y:poke x,y:next x
  3. 2 if c<>26232 then print "data error":end
  4. 10 rem prepare screen and colours
  5. 15 for x=0 to 7:read c(x):next
  6. 20 poke53280,0:poke53281,0
  7. 25 for y=0 to 24:z=y*40
  8. 30 a=int(rnd(1)*16):b=int(rnd(1)*8)
  9. 35 for x=0 to 39
  10. 40 poke 1024+z+x,a+240:a=a+1+16*(a=15)
  11. 45 poke 55296+z+x,c(b):b=b+1+8*(b=7)
  12. 50 next x,y
  13. 54 :
  14. 55 rem start code and change charset
  15. 60 sys 51200:poke 53272,28
  16. 64 :
  17. 65 rem plot foreground
  18. 70 print "";tab(4);
  19. 75 print "let -ozsi-[146] take you to the stars"
  20. 80 print
  21. 90 goto 90
  22. 99 :
  23. 100 data120,169,051,133,001,169,000,133
  24. 101 data251,133,253,169,208,133,252,169
  25. 102 data048,133,254,160,000,177,251,145
  26. 103 data253,200,208,249,230,252,230,254
  27. 104 data165,254,201,056,208,239,169,055
  28. 105 data133,001,032,111,200,169,081,141
  29. 106 data020,003,169,200,141,021,003,169
  30. 107 data027,141,017,208,169,250,141,018
  31. 108 data208,173,025,208,169,001,141,025
  32. 109 data208,141,026,208,141,013,220,088
  33. 110 data096,238,025,208,162,000,032,152
  34. 111 data200,162,002,032,152,200,032,152
  35. 112 data200,032,152,200,162,005,032,152
  36. 113 data200,032,152,200,076,049,234,162
  37. 114 data000,138,157,128,055,232,224,128
  38. 115 data208,248,169,001,141,128,055,141
  39. 116 data136,055,141,160,055,141,146,055
  40. 117 data141,194,055,141,210,055,141,165
  41. 118 data055,141,189,055,141,229,055,096
  42. 119 data169,000,030,248,055,062,240,055
  43. 120 data062,232,055,062,224,055,062,216
  44. 121 data055,062,208,055,062,200,055,062
  45. 122 data192,055,062,184,055,062,176,055
  46. 123 data062,168,055,062,160,055,062,152
  47. 124 data055,062,144,055,062,136,055,062
  48. 125 data128,055,042,029,248,055,157,248
  49. 126 data055,096
  50. 127 :
  51. 128 rem data for colours
  52. 129 data 11,11,12,15,1,1,15,12
  53.