home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / tt / stosfix2.lzh / STOSFIX2.DOC next >
Text File  |  1993-04-02  |  2KB  |  47 lines

  1. Hello.
  2.  
  3.     This program was written using the AutoZest interface and GFA BASIC.  Its
  4. main use is to calculate the STOS values required for STOS interpreter and
  5. STOS compiled programs for virtually all TOS versions.
  6.  
  7.     The interpreter fix part requires the BASICxxx.PRG to be in the root
  8. directory of the current directory.  The resulting file that is created is
  9. BASICRRQ.APP and it contains the new address changes.
  10.  
  11.     The compiled program fix part requires that the file is not compressed
  12. (with ATOMIK, PACK-ICE, etc.).  It will check if the file is compressed and
  13. will often not write the changes to the file, but if it does, it changes the
  14. original file extension to .123, so that you will always have the original
  15. file.
  16.  
  17. DO NOT USE THIS PROGRAM TO UPDATE COMP_xxx.PRG (the STOS compiler file) BECAUSE
  18. IT WILL NOT WORK PROPERLY AFTERWARDS.
  19.  
  20.  
  21.     If the file is compressed, it can be decompressed with Mega Depack, which
  22. is available on GEnie(file #24286) and probably on other network systems.
  23.  
  24.    The joystick address finding routine has been fixed to work with less
  25. joystick movement.  In order for it to work, the joystick must be in port #1
  26. (not the mouse port, in case you didn't know).  Then, just follow the on screen
  27. instructions and then the address will be found. After it finds the address, it
  28. will ask you if you want to save the results as defaults.  If you select YES,
  29. then it will save the results to disk as DEFAULTS.DAT.  These values will then
  30. be in memory every time the program is run, so that when you want to allow
  31. other STOS compiled programs to work on your TOS, you don't have to go through
  32. constant testing of the joystick address.
  33.  
  34.     When it writes the file to disk with the changes, it also turns the
  35. FastLoad option on.
  36.  
  37.     If you have any questions, comments, or anything else you want to tell me,
  38. or if this just doesn't work at all, send me mail to (R.QUEZADA) on GEnie.
  39.  
  40.  
  41.                                                                 Robert.
  42.  
  43. P.S.
  44.     There may be a chance that this might not work on early STs with the TOS
  45. 2.06 conversion board.  I think that I have fixed the problem with the original
  46. program so that it will now work on those STs.
  47.