home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 245 / 245.d81 / t.diskovery < prev    next >
Encoding:
Text File  |  2004-01-01  |  2.9 KB  |  99 lines

  1. u
  2.           D I S K O V E R Y
  3.            by Dave Moorman
  4.  
  5.  
  6.     To quote Charles Needam, "I LOVE
  7. this stuff!" For over a decade, I have
  8. been pondering why the C-64 holds me
  9. in such fascination. What is it about
  10. this antique, obsolete, limited, and
  11. sometimes cranky platform that keeps
  12. me coming back?
  13.  
  14.     The answer is that ever since I
  15. bought a book on BASIC (before even
  16. having a computer of my own) I have
  17. loved the challenge of programming.
  18. Here is the Great Logic problem, yet
  19. also a medium of Art. As a pastor, I
  20. am sure that manipulating bits and
  21. bytes is better than manipulating
  22. people. Besides, the bits and bytes
  23. don't have Pulpit Committee meetings
  24. to seek a new pastor!
  25.  
  26.     And here I must especially thank
  27. Robin Harbron, who is not on my Pulpit
  28. Committee! He does the beta testing of
  29. each issue. (OK, most issues. Those
  30. with blatant spelling errors are the
  31. ones that we rushed out and Robin did
  32. not check.) Besides giving me a heads-
  33. up on typos and crummy grammar, Robin
  34. bangs around on each program to see if
  35. it works as advertised. This month, he
  36. found some pesky bugs -- and gave me
  37. yet another challenge!
  38.  
  39.     Programming is a matter of
  40. building a repertoire of working
  41. routines. When "Guerilla" refused to
  42. Return to LOADSTAR, and gave Robin
  43. several different errors on different
  44. tries, I had to figure out that Cleve
  45. used an IRQ wedge in the program.
  46. When the code to which the wedge
  47. points is over-written by other code,
  48. the machine crashes. The answer was a
  49. 13 byte ML patch that returns the IRQ
  50. vector to where it is supposed to be.
  51.  
  52.     We have some truly new software
  53. this month. Lenard Roach sent in "The
  54. Envelope Addressor", and I hurried to
  55. get it on this issue. Here is what
  56. happens when someone sees a need and
  57. fills it -- if only for himself. BASIC
  58. 2.0 can do anything you normally need
  59. to do -- the way you want it done!
  60. Take a look at Lenard's code. It is
  61. clean and well organized and does
  62. exactly what is needed. The only
  63. tweaking I did was to make the program
  64. work on any drive, and add the Return
  65. to LOADSTAR code -- a simple job that
  66. made me feel important!
  67.  
  68.     We have a lot of graphics on this
  69. issue for your entertainment. Andrew
  70. Roberts sent JPGs of his visit to
  71. Scotland, which I turned into our own
  72. SHP files and put in CLIPS. Andrew
  73. looked at the result and sent a
  74. description of the pictures -- so you
  75. can enjoy the trip as well. The King
  76. Kong presentation came from the web
  77. -- and was just too much fun to pass
  78. up.
  79.  
  80.     Next issue, we have a new
  81. frame-based motion picture system to
  82. unveil -- and over the next several
  83. issues will add features and tools.
  84. Yes, Virginia, the C-64 can do
  85. movies. Within limits, of course.
  86.  
  87.     If you have some programming to
  88. do, do it on your C-64 (or VICE) and
  89. send it in. The money is lousy or
  90. non-existant these days, but you can
  91. get a bunch of free software and back
  92. issues as your reward. Take a look at
  93. the DotBASIC tutorials on this issue,
  94. and see how easy writing a program can
  95. be!
  96.  
  97.  DMM
  98.  
  99.  
  100.