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

  1. Microreviews for January 1997 Micropendium
  2. by Charles Good
  3. ----------
  4. AMS SLIDESHOW by Bruce Harrison.
  5.  
  6. This is the second software product from Bruce designed for
  7. the extra cpu memory capabilities of the AMS card.  The program
  8. is commercial and costs $7 directly from Bruce.  There is a
  9. much slower public domain version of this (which I can send
  10. you for $1) for those without an AMS card.  Other AMS software
  11. products from Bruce are currently in the thinking stage.
  12.  
  13. AMS Slideshow lets you load a bunch of TI Artist pictures into
  14. memory and then display them one at a time in a slide show
  15. format.  The common 256K AMS card will hold 20 pictures and
  16. if your card is upgraded to 512K you can load up 41 pictures
  17. including any combination of color or black and white TI Artist
  18. picutures. These are loaded one at a time off of disk in the
  19. order that you want to display them.  You can load the same
  20. picture several times if you want that picture to appear more
  21. than once in a sequence of pictures.
  22.  
  23. Once your pictures are all loaded you get to specify how many
  24. cycles you want to display, in other words how many times you
  25. want to display the same sequence of in memory pictures.  You
  26. are asked if you want to change pictures automatically or with
  27. a keypress.  If you want automatic display you are asked for
  28. a display time length.  This is the amount of time a picture
  29. stays on screen before the next picture is fetched from memory
  30. and displayed.  This interval can be as little as 0.1 second.
  31. Actually it takes a little longer than 0.1 second to print a
  32. picture to the screen, so if you select an ultra short display
  33. interval your computer will spend more time changing pictures
  34. than it does displaying them.  Changing pictures is done with
  35. a top-to-bottom wipe.  With a set of slightly altered pictures
  36. and a very short display interval it is possible to generate
  37. screen animation.
  38.  
  39. The main advantage of AMS Slideshow over the non AMS public
  40. domain version of the same thing is speed.  The non AMS software
  41. must fetch each picture off of disk each time that picture is
  42. displayed.  Even if this is done off of a ramdisk or hard drive
  43. the process is not as fast as getting the picture from bank
  44. switched AMS memory.
  45.  
  46. This is a quality useful product.  It is commercial and only
  47. available from Bruce, for $7.  If you willingly paid your $100
  48. for a 256K AMS card then you should be willing to fork over
  49. an additional $7 for good software that uses the card.
  50. ---------------
  51. LOADMASTER V2.2 by Mickey Cendrowski and Bruce Harrison
  52.  
  53. Yes, I know I reviewed this twice already in Micropendium. 
  54. But it keeps getting better, much better.  For those of you
  55. who don't remember, Loadmaster is for those wishing to organize
  56. their disk collections and find out what kind of software is
  57. on each disk.  When you ask loadmaster to bring up a disk
  58. directory you are told all the usual disk directory information
  59. such as file name, size, kind (program, DV89, etc.) and
  60. protection status.  You are also told the file kind in a way
  61. that is not often possible to guess from an ordinary directory
  62. listing.  You are told "Infocom game", "TI Base data file",
  63. "Page Pro Banner", "Extended Basic long file", etc for every
  64. file on the disk.  There are 52 file types that can be
  65. identified.  This is very complete disk information not available
  66. from any other TI utility product.  You can print disk labels,
  67. disk jackets, and create disk files that contain all this
  68. information.
  69.  
  70. New to v2.2 since my last review of v2.1 are speed, the ability
  71. to run any runnable file, more extensive and accurate file
  72. identification, and user friendly error trapping.  Bruce Harrison
  73. has added  his assembly language skills to Mickey's extended
  74. basic earlier versions so that Load Master can now do things
  75. that cannot be done with just extended basic.
  76.  
  77. The most immediately obvious change is speed.  In my previous
  78. review I noted that the entirely extended basic v2.1 was very
  79. very slow.  Version 2.2 really flys along.  Code loads and
  80. executes quickly and screen refreshes are kept to a minimum.
  81. Sometimes if only half the screen needs refreshed then that
  82. part of the screen only is redone.
  83.  
  84. Loadmaster requires extended basic and loads from an XB program
  85. called LOAD, but you don't have to boot it from DSK1.  The
  86. product has boot disk tracking and will load from any floppy
  87. or horizon ramdisk drive.  It also boots properly from the root
  88. directory (only) of either a SCSI or HFDC hard drive with the
  89. included extended basic loader.  Just put all the files on one
  90. drive and run LOAD.  When it loads press C to catalog a drive.
  91. If you don't like the default drive press another number within
  92. 3 seconds to catalog that drive.  After 3 seconds the default
  93. drive is automatically cataloged.  This default can be changed
  94. from an options menu.  Loadmaster will catalog any floppy drive,
  95. but not horizon ramdisk drives if the horizon ramdisk is not
  96. at cru address 1000.
  97.  
  98. The catalog provides you with file identification information
  99. that is much more accurate and extensive than previous 
  100. Loadmaster versions. All PROGRAM files are now properly
  101. identified, which can only be done by reading file headers using
  102. assembly language support.  TI Basic/Extended Basic, Extended
  103. Basic Only, EA5, Adventure, TOD, TI Artist, and other types
  104. of PROGRAM files are all labeled as such.  The inability  to
  105. correctly distinguish between the different types of PROGRAM
  106. files characteristic of earlier Loadmaster versions has been
  107. fixed using assembly language readings of file headers.
  108.  
  109. If "*" appears next to a file name in a Loadmaster disk directory
  110. this means Loadmaster can do something with the file.  Move
  111. the cursor next to the file and press enter.  DV80 text files
  112. are viewed with a word wrap 40 column display.  Not all DV80
  113. files are text files, and Loadmaster knows this!  TI Basic,
  114. Extended Basic, EA5, and EA3 files can all be run.  Just press
  115. <enter> and the file runs.
  116.  
  117.      In the case of EA3 files if there is only one entry name
  118. then the file starts running.  If there are several entry names
  119. then these are displayed.  You put the cursor next to the most
  120. promising of these entry names, press <enter> and see if the
  121. software starts properly.  If not you can try one of the other
  122. diaplayed names.  Running EA3 software is much easier with
  123. Loadmaster than it is with the EA module or with Funnelweb,
  124. the only other ways I know to run such software.  You don't
  125. have to remember the mysterious and often undocumented startup
  126. name needed for the EA module, and you don't have to first blank
  127. the screen as is the case with Funnelweb.  In starting assembly
  128. software Loadmaster clears the screen before running the
  129. software.  Some assembly software does not clear the screen
  130. at the start of the assembly program.  Such software produces
  131. a messy screen with other assembly loaders, but not with
  132. Loadmaster v2.2.
  133.  
  134. This is a really first class product.  It's main use for most
  135. of us will be printing disk labels or disk jackets with complete
  136. file information. The new version is also the best software
  137. I have seen for running software from a disk directory, better
  138. even than Funnelweb's Disk Review. All 99/4A users should
  139. evaluate this unique product.  It is fareware.  The title screen
  140. tells you where to send your "whatever you think it is worth"
  141. donation, which will be divided equally among the two authors.
  142. Send me $1 and I will send you the latest version.  If you have
  143. an earlier version you should definitely upgrade.
  144. -----------------
  145. CONTRACT BRIDGE v4.0 by John Bull
  146.  
  147. This was initially released about 5 years ago and reviewed at
  148. that time in Micropendium.  This new update has several new
  149. and improved features and plays a much more intelligent game
  150. than the original.
  151.  
  152. This software is sort of the Bridge card game equivalent of
  153. TI's Video Chess module.  Both Bridge and Chess are games of
  154. skill rather than luck.  Stratgey, tactics, and experience count
  155. for everything.  Both Contract Bridge and the Video Chess module
  156. will play a good medium level but not an expert level  game.
  157. In both cases the software can serve as a teacher/tutor of game
  158. strategy  in both cases the human and computer player can switch
  159. places, and in both cases you can set up and play specific game
  160. positions such as those obtained from newspaper articles.  There
  161. are other similarities.
  162.  
  163. When you start Contract Bridge you are given the options of
  164. Tutor, Rubber Bridge,  and Duplicate.  The tutor is exactly
  165. that, it teaches you how to play the game of bridge in general
  166. and specifically how to use the Contract Bridge software.  The
  167. rules of play and some suggested general tactics are presented.
  168. Then the learner is presented with a trial game with all the
  169. cards exposed.  The learner bids and plays all 4 hands with
  170. no limitations except that the computer will not allow an illegal
  171. bid or card play.
  172.  
  173. Rubber Bridge lets one player play an ordinary game of bridge
  174. against the computer and see only his card hand.  The human
  175. player plays south and also the Dummy hand if you win the initial
  176. bidding.  Computer play is much more intelligent than in previous
  177. versions of Contract Bridge.  The author considers himself a
  178. medium grade Bridge player and tells me that his program now
  179. beats him about 1/3 of the time.  I am not a Bridge player,
  180. so I cannot personally comment on the quality of the computer's
  181. play.  The author believes that playing against the computer
  182. is now at least mildly challenging for experienced players.
  183. In previous versions, the author says the computer often made
  184. dumb bids and bad plays.
  185.  
  186. The Duplicate option allows you to play with  predetermined
  187. sets of hands, or boards.  The game comes with 50 of these,
  188. each of which has already been played by the author.  The object
  189. here is to beat the scores made by the author or others who
  190. have played with these same sets of hands.  You can also set
  191. up your own custom boards and play them, such as thodse that
  192. are published in newspapers and magazines.
  193.  
  194. The screen display has the playing table in the center, the
  195. four hands on the NSEW side of the table, and bidding and score
  196. information at the top of the screen.  In Rubber you only see
  197. your own hand unless you specifically cheak and ask for a (L)ook.
  198. You can do an assembly language screen dump to a printer and
  199. you can save hands as a new board.  The software can keep track
  200. of 99 boards including the 50 that already come with the
  201. software.  From within the program a directory of boards files
  202. is available.  In Rubber you can change the hand you play by
  203. shifting all hands at once clockwise.  This shift can be repeated
  204. as often as desired.
  205.  
  206. Contact Bridge is expensive shareware.  I can send it to you
  207. on a DSSD disk to evaluate for $1.  The registration fee is
  208. $20.  That is a lot of money, but look what you get!  There
  209. is nothing else like this in the TI world, and maybe not in
  210. other computer formats either.  If you don't know how to play
  211. bridge you can learn from this software.  If you do know, or
  212. once you learn, Contact Bridge will play an intelligent game
  213. with you with the emphasis on "intelligent".  The author states
  214. that Bridge is the most popular card game in the world and feels
  215. that many of the younger generation are missing out on the social
  216. pleasure and mental stimulation of the game.  Tutor will teach
  217. you and Rubber will give you that pleasure and stimulation.
  218. -------------
  219. ACCESS:
  220.  
  221. John Bull (Contract Bridge). 409 Blue Valley Lane. Knoxville
  222. TN 37922. email bulljh@delphi.com
  223.  
  224. Bruce Harrison (AMS Slideshow). 5705 40th Place, Hyattsville
  225. MD 20781. Phone 301-277-3467.
  226.  
  227. Mickey Cendrowski (Load Master v2.2). 100 Pine Street, Russellton
  228. PA 15076.
  229.  
  230. Charles Good (your humble reviewer). P.O. Box 647. Venedocia
  231. OH 45894. Phone 419-667-3131.  Email good.6@osu.edu  Visit my
  232. web site for the May 1997 TI MUG Conference at
  233. www.bright.net/~cgood/mug1997.html
  234.  
  235.