home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / KAYPRO / ADVENT1.ARK / -TRPATCH.DOC < prev    next >
Text File  |  1986-09-19  |  7KB  |  166 lines

  1. -read.me 6/16/86
  2.  
  3.               TurboROM patches for Kaypro Software
  4.  
  5.  
  6.  
  7. This  disk contains files that are used to "patch" several appli
  8. cation  programs  that  were  either bundled  by  Kaypro  or  are 
  9. specific  to  the  Kaypro.  The files that are  requied  for  the 
  10. patches are located on USER area 0:
  11.  
  12.  
  13.      1.   TRPATCH.COM  Executable program that does the patching.
  14.      2.   TRPATCH.DAT  Data file that contains the patch info.
  15.  
  16.  
  17. To  use the patch program,  the files TRPATCH.COM and TRPATCH.DAT 
  18. should  be copied to the same drive and user as  the  application 
  19. programs.  At  the operating system prompt enter "TRPATCH" and  a 
  20. RETURN  to execute the TRPATCH.COM program.   The TRPATCH program 
  21. will  present  a  menu  of  files  to  patch;   just  follow  the 
  22. instructions.
  23.           
  24. The  files on USER area 1 are the assembly language source  files 
  25. that are used for the patches.   These source files are  provided 
  26. for  the curious and are not required for the proper operation of 
  27. the TRPATCH program.
  28.  
  29.  
  30.                          <<< WARNING >>>
  31.  
  32.  
  33.  
  34. Do not use the  TRPATCH.COM program to patch your original copies 
  35. of your application programs.   Use the TRPATCH.COM program  only 
  36. on  backup  copies of the programs (if something goes  wrong  you 
  37. don't want to risk destroying your originals).
  38.  
  39.  
  40. The current version of the TRPATCH.DAT file contains patches  for 
  41. the following programs:
  42.  
  43.  
  44.             +------------+-----------+-------+     
  45.             |  Progarm   |  Version  | Notes |   
  46.             +------------+-----------+-------+   
  47.             | Automite   | Vers 1.60 |   3   |   
  48.             | Automite   | Vers 1.61 |  U,3  |   
  49.             | CalcStar   | Vers 1.46 |   U   |   
  50.             | DataStar   | Vers 1.42 |   U   |   
  51.             | FastBack83 | Vers 1.1  |   1   |   
  52.             | FastBack84 | Vers 1.1  |   2   |   
  53.             | FastRest83 | Vers 1.1b |   1   |   
  54.             | FastRest84 | Vers 1.1b |   2   |   
  55.             | Formgen    | Vers 1.42 |   U   |   
  56.             | MasterMenu | Vers 4.51 |   3   |   
  57.             | MasterMenu | Vers 5.22 |   3   |   
  58.             | MasterMenu | Vers 5.30 |  U,3  |   
  59.             | Redit      | Vers 1.03 |   U   |   
  60.             | Report     | Vers 1.03 |   U   |   
  61.             | Rinstall   | Vers 1.03 |   U   |   
  62.             | WordStar   | Vers 3.30 |  U,4  |   
  63.             +------------+-----------+-------+   
  64.  
  65.      Notes:
  66.  
  67.           (1)  These  patches  are  used to modify  FASTBACK  and 
  68.                FASTREST  for use on an '83 Kaypro with  an  added 
  69.                hard disk drive.
  70.           
  71.           (2)  These  patches  are used to  modify  FASTBACK  and 
  72.                FASTREST  for  use on an '84 Kaypro with an  added 
  73.                hard disk drive.
  74.   
  75.           
  76.           (3)  These patches ensure that the 25th line is cleared 
  77.                correctly.
  78.           
  79.           (4)  This   patch  for  WordStar  is  specific  to  the 
  80.                versions  of  WordStar bundled with  the  "U  ROM" 
  81.                software.   The  patch  will work with nearly  all 
  82.                variations  of WordStar 3.30,  however the TRPATCH 
  83.                program will probably indicate that the version ID 
  84.                does not match. 
  85.           
  86.           (U)  These  patches are used to modify the versions  of 
  87.                these  applications that were bundled with the  "U 
  88.                ROM" machines from Kaypro.
  89.  
  90.  
  91.           
  92. Background Information On the Patches
  93.  
  94. Many  of  the application programs bundled by Kaypro with the  "U 
  95. ROM" computers are incompatible with the Advent TurboROM.   There 
  96. are  there  areas  of compatibility  problems  addressed  by  the 
  97. TRPATCH.COM patches:
  98.  
  99. 1.   Function key definitions.
  100.  
  101.      The  "U  ROM" operating system software (BIOS)  handles  the 
  102.      translation  of  the arrow and keypad keys  completely  dif
  103.      ferently  than  the operating system software used with  any 
  104.      previous Kaypro computer.   The TurboROM fully supports  the 
  105.      arrow  and  keypad conventions established by  the  previous 
  106.      (pre-U  ROM)  computers.   All  of the "U  ROM"  application 
  107.      patches,  except for MASMENU and AUTOMITE,  modify the arrow 
  108.      key translation.
  109.  
  110. 2.   CRT screen handling
  111.  
  112.      TurboROM treats the CRT screen as either a 24 line scrolling 
  113.      region  with  a  fixed  25th status line or  as  a  25  line 
  114.      scrolling screen with no status line.   Although,  this des
  115.      cription  seems  reasonable and follows conventions  set  by 
  116.      terminal  manufacturers,  the handling of the CRT screen  by 
  117.      the  original Kaypro ROM and the associated application pro
  118.      grams is at times different and inconsistent at  best.   The 
  119.      patches for MASMENU and AUTOMITE deal primarily with the CRT 
  120.      handling problem.
  121.  
  122. 3.   Subtle problems
  123.  
  124.      Some  of  the  application  programs such  as  AUTOMITE  and 
  125.      various  versions of the MASMENU program have some very  odd 
  126.      operating  system dependencies.   The  dependencies  usually 
  127.      result  in the programs not exiting to the operating  system 
  128.      in  a  reliable manner to ensure that a "Warm Boot" is  exe
  129.      cuted.   Changing  the CCP portion of the  operating  system 
  130.      from  Digital Research's CCP to ZCPR1 or Plu*Perfect Systems 
  131.      2.2E tends to aggravate the subtle problems with these  pro
  132.      grams.
  133.  
  134.  
  135.  
  136. FASTBACK / FASTREST
  137.      
  138.      Fastback  and Fastrest are low cost and very fast hard  disk 
  139.      backup  and  restore  utilities written for the  Kayrpo  10.  
  140.      These  programs  can  back up a 10M hard disk  in  8  to  10 
  141.      minutes.   The backup utility does not require pre-formatted 
  142.      diskettes!!!.  
  143.  
  144.      Fastback works fine with and without the TurboROM.  FastBack 
  145.      is  not picky about the hard disk drive.   Fastback  can  be 
  146.      used  to  backup a stock Kaypro 10 hard disk drive and  then 
  147.      restore  the data to the same Kaypro after dropping  in  the 
  148.      TurboROM  and a 20M drive.  We've also used Fastback to load 
  149.      and unload our RAM Disk very quickly.
  150.  
  151.  
  152.      Fastback and Fastrest are hard coded for the Kaypro 10.  The 
  153.      patches provided here,  modify Fastback and Fastrest to  run 
  154.      on  both '83 and '84 Kaypros that have had hard disks added.  
  155.      These  patches  read and write using the first  floppy  disk 
  156.      drive and this drive MUST be a double sided 48TPI drive.
  157.  
  158.      Fastback is a commercial product available from:
  159.  
  160.  
  161.                eSOFT (Phil Becker)
  162.                4100 South Parker Road #305
  163.                Aurora, CO  80014
  164.                (303) 699-6565.
  165.      
  166.