home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / apple2 / 17842 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  2.4 KB

  1. Path: sparky!uunet!bonnie.concordia.ca!daily-planet.concordia.ca!vax2.concordia.ca!spector
  2. From: spector@vax2.concordia.ca (Mitchell Spector)
  3. Newsgroups: comp.sys.apple2
  4. Subject: StarTrek: First Contact
  5. Message-ID: <24JUL199200291196@vax2.concordia.ca>
  6. Date: 24 Jul 92 05:29:00 GMT
  7. Sender: usenet@daily-planet.concordia.ca
  8. Organization: Concordia University
  9. Lines: 48
  10. News-Software: VAX/VMS VNEWS 1.41
  11.  
  12.  
  13.   The author of ST:FC requested that I post this reply to a message I
  14. forwarded to him....
  15.  
  16. --------(from Jim Royal)----------
  17.  
  18. Paul:  First, I should say that ZBasic is not an AppleSoft BASIC compiler,
  19. but a language in its own right.  It bears a strong resemblance to
  20. MicroSoft BASIC, but with some Pascal-like capabilities, such as
  21. user-defined procedures.  One of the more intruiging aspects of ZBasic is
  22. its ability to handle up to fifty-four significant digits in REAL numbers.
  23. The language is available for many platforms, including Apple II, Z80, IBM
  24. PC/XT, IBM 386, and Macintosh.
  25.  
  26.         Apple II ZBasic creates ProDOS SYS files (or BIN type chain
  27. modules).  Once play begins, only two types of file operations are made:
  28. Chaning program modules, and loading DHR pictures.  The first is handled
  29. through ZBasic, for obvious reasons.  The second is handled myself with
  30. ProDOS MLI calls.
  31.  
  32.         Your system crash, including the blanked-out area on the screen,
  33. seems to be typical.  Most users, however, manage to get much father into
  34. the game than you have (often as far as Stardate 45300) before the it
  35. dies.
  36.  
  37.         It definitely does look like memory is being overwritten in a
  38. major way.  The double hi-res screen is being switched off when you quit,
  39. leaving you with standard hi-res, and half the display screen (every
  40. second column) missing.  Compiling on a IIgs might have some effect on the
  41. program.  I am trying to get access to one.
  42.  
  43.         Some of the changes in a possible upcoming version are:  A check
  44. to see if there is sufficient RAM disk space, a bug fix for the Ferengi
  45. intruder, a better Nav-to-Planet routine, and a more sophisticated
  46. score-keeper.  I have to be careful not to make the program modules too
  47. big, however.  Otherwise, play from 5.25 disk would be impossible.
  48.  
  49.         Thanks very much for your input!
  50.  
  51.         Jim Royal
  52. ---------------------------------
  53.  
  54.  _________
  55. || IIgs! ||  Mitchell Spector
  56. ||_______||  Concordia University
  57. |  _____  |  spector@vax2.concordia.ca
  58. \_|[]   |_|
  59.    ~~~~~~
  60.