home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / YESNO3B.ZIP / YESNO3B.PAT
Encoding:
Text File  |  1987-02-15  |  9.4 KB  |  231 lines

  1. PRODUCT:  TURBO, TURBOBCD, TURBO-87
  2. VERSION:  3.00B
  3.      OS:  PC-DOS, MS-DOS, CP/M-86
  4.    DATE:  April 18, 1985
  5.   TITLE:  Skip "Include Error Messages?" Prompt
  6.  
  7. -------------------------------------------------------------------
  8.  
  9. This little patch bypasses the request,  "Include error messages?",
  10. and either automatically loads the error message file, or skips it.
  11.  
  12. -------------------------------------------------------------------
  13.  
  14. ERROR MESSAGES NOTE:   The new version of TINST lets you  designate
  15. the  path  to  the  error messages in case they  are  stored  in  a
  16. directory  other  than the one active at the time Turbo is  loaded.
  17.  
  18. -------------------------------------------------------------------
  19.  
  20. A  total  of  eighteen  (18!)  different  patches are listed below.
  21. There is one patch for  each real number implementation  (software,
  22. 8087, and BCD), for each operating system  (PC-DOS, generic MS-DOS,
  23. and CP/M-86),  for Turbo Pascal versions 3.00x and 3.01x.   Be sure
  24. that the patch you use matches the file that you are patching.  For
  25. instance, if you have the normal and BCD versions 3.00B for PC-DOS,
  26. you would use  the patches labled  'TURBO.COM 3.00x (PC-DOS)',  and
  27. 'TURBOBCD.COM 3.00x (PC-DOS)'.
  28.  
  29. -------------------------------------------------------------------
  30.  
  31.     Note: Always make a backup copy of any software before patching
  32.           it.   Label  disks that contain patched software as  this
  33.           could  concievably  have  a bearing  on  future  trouble-
  34.           shooting.
  35.  
  36. -------------------------------------------------------------------
  37.  
  38. For some  general  beginners' tips on using  DEBUG,  see  the  file
  39. DEBUG.LTR in Data Library DL 0.
  40.  
  41. -------------------------------------------------------------------
  42.  
  43. Note for  CP/M-86  patches:  you must not give the file name on the
  44. DDT86 command line.   Rather,  start DDT86 with no file name,  then
  45. use the  R  command to read in the .CMD file.   This prevents DDT86
  46. from interpreting the file as a  .CMD file,  which would change the
  47. patch locations.
  48.  
  49.   A>DDT86
  50.   -Rfilename.CMD
  51.   -(do the patches)
  52.   -Wfilename.CMD
  53.   -^C
  54.  
  55. -------------------------------------------------------------------
  56.  
  57.                                TURBO.COM 3.00x (PC-DOS)
  58.  
  59.   File           Address   Old values    New for NO    New for YES
  60.   TURBO.COM      2E98          E8            24            0C
  61.                  2E99          C7            00            FF
  62.                  2E9A          DB            EB            EB
  63.                  2E9B          0D            1E            1E
  64.  
  65.  
  66.                                TURBO-87.COM 3.00x (PC-DOS)
  67.  
  68.   File           Address   Old values    New for NO    New for YES
  69.   TURBO-87.COM   2961          E8            24            0C
  70.                  2962          FE            00            FF
  71.                  2963          E0            EB            EB
  72.                  2964          0D            1E            1E
  73.  
  74.  
  75.                                TURBOBCD.COM 3.00x (PC-DOS)
  76.  
  77.   File           Address   Old values    New for NO    New for YES
  78.   TURBOBCD.COM   2DB9          E8            24            0C
  79.                  2DBA          A6            00            FF
  80.                  2DBB          DC            EB            EB
  81.                  2DBC          0D            1E            1E
  82.  
  83.  
  84.   -----------------------------------------------------------------
  85.  
  86.  
  87.                                TURBO.COM 3.00x (generic MS-DOS)
  88.  
  89.   File           Address   Old values    New for NO    New for YES
  90.   TURBO.COM      2B97          E8            24            0C
  91.                  2B98          C0            00            FF
  92.                  2B99          DB            EB            EB
  93.                  2B9A          0D            1E            1E
  94.  
  95.  
  96.                                TURBO-87.COM 3.00x (generic MS-DOS)
  97.  
  98.   File           Address   Old values    New for NO    New for YES
  99.   TURBO-87.COM   2660          E8            24            0C
  100.                  2661          F7            00            FF
  101.                  2662          E0            EB            EB
  102.                  2663          0D            1E            1E
  103.  
  104.  
  105.                                TURBOBCD.COM 3.00x (generic MS-DOS)
  106.  
  107.   File           Address   Old values    New for NO    New for YES
  108.   TURBOBCD.COM   2AB8          E8            24            0C
  109.                  2AB9          9F            00            FF
  110.                  2ABA          DC            EB            EB
  111.                  2ABB          0D            1E            1E
  112.  
  113.  
  114.   -----------------------------------------------------------------
  115.  
  116.  
  117.                                TURBO.CMD 3.00x (CP/M-86)
  118.  
  119.   File           Address   Old values    New for NO    New for YES
  120.   TURBO.CMD      2AEB          E8            24            0C
  121.                  2AEC          31            00            FF
  122.                  2AED          DC            EB            EB
  123.                  2AEE          0D            1E            1E
  124.  
  125.  
  126.                                TURBO-87.CMD 3.00x (CP/M-86)
  127.  
  128.   File           Address   Old values    New for NO    New for YES
  129.   TURBO-87.CMD   2581          E8            24            0C
  130.                  2582          9B            00            FF
  131.                  2683          E1            EB            EB
  132.                  2684          0D            1E            1E
  133.  
  134.  
  135.                                TURBOBCD.CMD 3.00x (CP/M-86)
  136.  
  137.   File           Address   Old values    New for NO    New for YES
  138.   TURBOBCD.CMD   29FE          E8            24            0C
  139.                  29FF          1E            00            FF
  140.                  2A00          DD            EB            EB
  141.                  2A01          0D            1E            1E
  142.  
  143.  
  144. -------------------------------------------------------------------
  145.  
  146.  
  147.                                TURBO.COM 3.01x (PC-DOS)
  148.  
  149.   File           Address   Old values    New for NO    New for YES
  150.   TURBO.COM      2F5E          E8            24            0C
  151.                  2F5F          20            00            FF
  152.                  2F60          DB            EB            EB
  153.                  2F61          0D            1E            1E
  154.  
  155.  
  156.                                TURBO-87.COM 3.01x (PC-DOS)
  157.  
  158.   File           Address   Old values    New for NO    New for YES
  159.   TURBO-87.COM   2A27          E8            24            0C
  160.                  2A28          57            00            FF
  161.                  2A29          E0            EB            EB
  162.                  2A2A          0D            1E            1E
  163.  
  164.  
  165.                                TURBOBCD.COM 3.01x (PC-DOS)
  166.  
  167.   File           Address   Old values    New for NO    New for YES
  168.   TURBOBCD.COM   2E7F          E8            24            0C
  169.                  2E80          FF            00            FF
  170.                  2E81          DB            EB            EB
  171.                  2E82          0D            1E            1E
  172.  
  173.  
  174.   -----------------------------------------------------------------
  175.  
  176.  
  177.                                TURBO.COM 3.01x (generic MS-DOS)
  178.  
  179.   File           Address   Old values    New for NO    New for YES
  180.   TURBO.COM      2C40          E8            24            0C
  181.                  2C41          19            00            FF
  182.                  2C42          DB            EB            EB
  183.                  2C43          0D            1E            1E
  184.  
  185.  
  186.                                TURBO-87.COM 3.01x (generic MS-DOS)
  187.  
  188.   File           Address   Old values    New for NO    New for YES
  189.   TURBO-87.COM   2709          E8            24            0C
  190.                  270A          50            00            FF
  191.                  270B          E0            EB            EB
  192.                  270C          0D            1E            1E
  193.  
  194.  
  195.                                TURBOBCD.COM 3.01x (generic MS-DOS)
  196.  
  197.   File           Address   Old values    New for NO    New for YES
  198.   TURBOBCD.COM   2B61          E8            24            0C
  199.                  2B62          F8            00            FF
  200.                  2B63          DB            EB            EB
  201.                  2B64          0D            1E            1E
  202.  
  203.  
  204.   -----------------------------------------------------------------
  205.  
  206.                                TURBO.CMD 3.01x (CP/M-86)
  207.  
  208.   File           Address   Old values    New for NO    New for YES
  209.   TURBO.CMD      2AEB          E8            24            0C
  210.                  2AEC          34            00            FF
  211.                  2AED          DC            EB            EB
  212.                  2AEE          0D            1E            1E
  213.  
  214.  
  215.                                TURBO-87.CMD 3.01x (CP/M-86)
  216.  
  217.   File           Address   Old values    New for NO    New for YES
  218.   TURBO-87.CMD   2601          E8            24            0C
  219.                  2602          1E            00            FF
  220.                  2603          E1            EB            EB
  221.                  2604          0D            1E            1E
  222.  
  223.  
  224.                                TURBOBCD.CMD 3.01x (CP/M-86)
  225.  
  226.   File           Address   Old values    New for NO    New for YES
  227.   TURBOBCD.CMD   29FE          E8            24            0C
  228.                  29FF          21            00            FF
  229.                  2A00          DD            EB            EB
  230.                  2A01          0D            1E            1E
  231.