home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / articles / reviews / 10MIC95.TXT < prev    next >
Text File  |  2006-10-19  |  10KB  |  194 lines

  1. MicroReviews for October 1995
  2. by Charles Good
  3. ----------------
  4. PGRAM UTILITIES V2.3 by Tony Kneer
  5.  
  6. I reviewed this before, but it has been upgraded.  You put the files
  7. on your Pgram+ with multiple memory banks.  These files in Pgram+
  8. banks 2, 3, and 4, plus XB v2.3 or some other extended extended basic
  9. in bank 1 make a very powerful suite of software immediately available
  10. from the powerup menu.
  11.  
  12.     TIWEA includes the TI Writer and EA modules plus all the
  13. associated disk files all combined into one grom bank.  Included is
  14. Art Green's TIW v4.3 editor, which is much nicer than the original
  15. TIW.  You can access this software from the powerup menu or by typing
  16. CALL EA or CALL TIW from either BASIC.  The formatter and assembler
  17. return to their module's menu with Fctn/9.
  18.  
  19.     DSKUARCMC gives you Birdwell's DSKU, Barry Boone's Archiver, and
  20. Mike Dodd's M-Copier all combined into one grom bank.  CALL DSKU, CALL
  21. ARC, anf CALL MCOPY will get you there from extended basic.  You can
  22. do the same thing by entering DSKU or ARC or MCOPY with no device name
  23. from the EA5 loaders of the TIW and EA modules.
  24.  
  25.     GMENU will display all the software names, up to 24, of all your
  26. runable software in all your gram banks simultaneously on one screen.
  27. GMENU is loaded onto the end of a gram page with other gram software.
  28.  
  29.     You also get software that lets you use a Pgram and a CorComp
  30. ramdisk in the same pbox, something not normally possible.  Finally,
  31. there is a version of the Pgram DSR with colors set for white on dark
  32. blue rather than the anemic light blue found in the original.
  33.  
  34.     Gram utilities is public domain and comes on a DSSD disk.  I'll
  35. send it to you for $1.  The author requests an encouraging phone call,
  36. letter, or Compuserve post as payment.
  37. ----------------------
  38. IAN'S GAMES by Ian Howle
  39.  
  40. Ian Howle, author of "Attack of the Creepers" which I reviewed a few
  41. months ago, sent me a disk labeled "Ian's Games".  In his cover letter
  42. he encourages me to distribute his assembly language games as widely
  43. as possible.  They are public domain, he says, and based on computer
  44. games originally written in the late 70s.  Ian's Games are in assembly
  45. language.  I have seen similar not as good TI extended basic versions of these
  46. games in the defunct International User Group software library.  Each of Ian's
  47. games reviewed here comes with on line instructions and an attractive title
  48. screen.
  49.  
  50. TIC TAC TOE.  You get your choice of easy or hard levels and either
  51. one player against the computer or two players.  I like this game
  52. because I never lose, even at the hard level.  Tic Tac Toe is a game
  53. that can't be lost if you know the system, as I do.  Even at the hard
  54. level, if the computer lets me start which it does half the time, I
  55. can often win.  Otherwise I get a tie game.  You use a joystick to
  56. place your X or O on the board and press the fire button when the X or
  57. O is positioned with way you want.  The screen display of the #
  58. pattern is quite artistic.  The pattern is three dimensional.  You
  59. appear to be placing your X or O into three dimensional boxes.  This
  60. is the kind of visually attractive short game I really enjoy.  When I
  61. get tired of doing other things I just boot up Ian's Tic Tac Toe and
  62. play a couple of quick games with the computer.
  63.  
  64. SEAWOLF.  You are a submarine shooting straight up through the water
  65. at surface ships.  These ships pass by on the surface from left to
  66. right or right to left at varying speeds, sometimes very fast.  You
  67. have to sink a certain number of ships before time runs out.  At
  68. successive levels you have to sink more ships in the same amount of
  69. time.  There are rapidly moving fish and slowly moving mines in the
  70. water that can get in the way of your torpedos and prevent them from
  71. reaching the surface.  It is very annoying to have a fish zoom by and
  72. detonate a torpedo that you fired in an otherwise perfect setup.  This
  73. game is hard! I rarely get beyond the first level.  The fastest moving
  74. ships are almost impossible to sink.
  75.  
  76. SPACE ZAP DELUXE.  Your star base stays in the center of the screen
  77. and the invading hords approach the star base one at a time from any
  78. of 8 directions.  You rotate your base's cannon in the appropriate
  79. direction with the joystick and shoot with the fire button to destroy
  80. the enemy coming from that particular direction.  If the enemy gets
  81. too close to your base you are dead and the game starts over.  The
  82. time interval between attacks gradually decreases.  It takes a very
  83. good joystick to work this game.  Locking on to the proper diagonal is
  84. particularly difficult for most joysticks.
  85.  
  86. These three games plus a slightly updated version 1.6 of Attack of
  87. The Creepers all come on a SSSD disk which I'll mail you if you send
  88. me $1.
  89. ----------------------------
  90. SCHEMATIC by Don Steffen
  91.  
  92. Computers are supposed to do useful things, not just entertain or
  93. stimulate the mind.  SCHEMATIC is an extended basic program for a very
  94. specific application.  It prints to a printer the schematic for a
  95. TI425 programmable controller or similar device made by TI,
  96. Allen-Bradley, and others.  These devices are used control the
  97. operation of machines.  They are, in effect, the robot brains of the
  98. machines they control.
  99.  
  100. The sample schematic printed by SCHEMATIC is the logic code of a
  101. Valley Hay Press.  Don says these giant presses are made by his
  102. nephew.  One is in Pennsylvania, two are in Australia and several are
  103. in the Pacific Northwest area.  The presses are used to compress hay
  104. and straw for container shipment to Japan.  Up to 24 tons can be put
  105. in a 40 foot container.   The printed schematic of the machine's
  106. controller takes up several pages in condensed print.  Each part of
  107. the schematic includes a specific name and number as well as a symbol.
  108. The author uses a Star NX1000 printer.  I have no trouble getting a
  109. good printout on my old Star SG10.  Both of these are 9 pin dot matrix
  110. printers.
  111.  
  112. Symbols are made of ASCII keyboard characters and are contained in
  113. DATA statements within the program.  These symbols include such things
  114. as clock input, reset latch relay, master control end, ground
  115. terminal, hot terminal, indicator light, set latch relay, master
  116. control start, counter reset, solenoid coil, holdin relay, etc.  For
  117. example, the symbol for solenoid coil is "-(sol)-", that for counter
  118. reset is  "-Reset |-".  It would be easy for the user to alter this
  119. symbolic notation to other specific symbols and meanings.
  120.  
  121. To get a printout you first, from within the program, make an elements
  122. file and add the symbols described above, their names and their
  123. specific numbers.  This file is saved to disk and can be altered at
  124. any time.  You then make a logic code file from within the program
  125. which is used by the program to format and print the schematic.  This
  126. file is also saved to disk and can be easily edited.  Both these files
  127. are used by the program to make the printed schematic.
  128.  
  129. If you want a SSSD disk copy of SCHEMATIC along with the proper data
  130. files to print the schematic of the Valley Hay Press send the author a
  131. disk and paid return mailer, or send me $1.  If you contact the author
  132. directly you might ask him about his perpetual calendar scheme,
  133. phonetic alphabet, and music notation characters which are all very
  134. unusual and thought provoking and all of which are programmed on a
  135. 99/4A and displayed on screen and on a printer using a symbolic
  136. pattern based on the binary system.
  137. --------------------
  138. FONT DUMPER by Bruce Harrison
  139.  
  140. Here is another of the seemingly neverending public domain
  141. contributions Bruce Harrison is making to the welfare of 99/4A users.
  142. You may remember that several years ago Jim Peterson released a whole
  143. bunch of public domain screen fonts to the public domain for use with
  144. extended basic programs.  There are 130 different fonts in the
  145. Peterson release!  I have previously in this column reviewed a
  146. Harrison utility (Font Converter) that lets you convert these fonts to
  147. CHARA1 files for display on screen with your 40 or 80 column word
  148. processing documents.  Now Bruce has taken the next step.
  149.  
  150. Font Dumper converts the Peterson screen fonts into a file that can be
  151. downloaded into the RAM of a NX1000 or NX1020 printer for use as a
  152. custom download NLQ printer font.  This means that you can display the
  153. fonts on screen as CHARA1 files converted with Font Converter and then
  154. print the same fonts to your printer, all 130 of then if you want, as
  155. a WYSIWYG printout.  Your Font Dumper disk contains full instructions
  156. and a couple of converted fonts.  The convertion process has to be
  157. done with each font you want converted and it will take some time if
  158. you want to do all 130 fonts.  You can preview the fonts from extended
  159. basic using Jim Peterson's demo programs and than convert only those
  160. that turn you on.
  161.  
  162. Font Dumper is guaranteed to work only with the NX1000 and NX1020
  163. printers.  It may or may not work with other modern epson compatible
  164. printers.  It does not work on my Gemini 10X or SG10 printers.
  165.  
  166. I can send you Font Dumper on a SSSD disk for either the NX1000 or
  167. NX1020 printers.  There are different versions for each printer.  Both
  168. versions means two disks.  I can also send you on 3 DSSD disks the
  169. complete Jim Peterson screen font collection, with XB demo programs
  170. that display all the fonts, for you to convert with Font Dumper.  Many
  171. TIers already have these screen fonts.  I can also send you Font
  172. Converter on another SSSD disk so you can see these fonts on your TI
  173. Writer screen.  All of these disks are public domain.  Please send me
  174. $1 for each disk desired.  Your money buys you the disks, mailer, and
  175. first class postage.  Don't forget to tell Bruce Harrison how much you
  176. appreciate his efforts on our behalf.
  177. ---------------------
  178. ACCESS:
  179.  
  180. Don Steffen (Schematic). 10082 Silverton Rd., Silverton OR 97381.
  181. Phone 503-873-4217.
  182.  
  183. Ian Howle (Ian's games). 3707 S.W. Southern St., Seattle WA 98126.
  184. Phone 206-938-4065
  185.  
  186. Tony Kneer (XBv2.3 and PGram Utilities author). 17 Marshall Circle,
  187. Downingtown PA 19335. Phone 610-269-7447. Compuserve #72070,573
  188.  
  189. Bruce Harrison (Font Dumper). Phone 310-277-3467 9AM-midnight.
  190.  
  191. Charles Good. P.O. Box 647, Venedocia OH 45894.  Phone 419-667-3131.
  192. Internet email cgood@osulima1.lima.ohio-state.edu or good.6@osu.edu
  193. ÇÉÇ╨ïÉòƒ⌐│╜╟╒╒╒╒╒╒╒╒ÇÉ
  194.