home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / magazines / c=hacking / code / 09 / notes2.0.prg (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1995-02-01  |  954 b   |  27 lines

  1. 10 print"[147]notes for cube3d2.0 and 2.1"
  2. 20 print"load the .o object file before"
  3. 30 print"loading init3d2.0"
  4. 40 print"the relevant lines in init3d are"
  5. 50 print"lines 100-150 and 233-310."
  6. 60 print"d and z0 are in line 240."
  7. 70 print"if you try to change something and"
  8. 80 print"get an ?illegal quantity error just"
  9. 90 print"type clr."
  10. 100 print"[158]if you want to run cube3d2.1 make"
  11. 110 print"sure to change d in line 240 to"
  12. 120 print"d=85 at most!!!"
  13. 130 print"some of the zero page locations used"
  14. 140 print"may hose basic -- reboot before saving"
  15. 150 print"any changes."
  16. 160 print"keep in mind that you can press f1 etc"
  17. 170 print"multiple times to speed up the rotation"
  18. 180 print"(press any key)";
  19. 190 geta$:ifa$=""then190
  20. 200 print"[147]cube3d2.1 features multicolor and an"
  21. 210 print"appallingly trivial texture map of"
  22. 220 print"a sort -- it was hacked together at"
  23. 230 print"the last minute, and will be treated"
  24. 240 print"in more detail in the future."
  25. 250 print"we hope you like these programs and"
  26. 260 print"find them useful!"
  27.