home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / ZANYFIX / READ.ME < prev    next >
Text File  |  1989-05-03  |  2KB  |  65 lines

  1.  
  2. April 30, 1989 - Original Patch Released
  3.  
  4. -----------------------------------------------------------
  5.  
  6. May 4, 1989 - Revision
  7.  
  8. Patch made to smaller number of bytes, no functional change
  9. from 4/30/89 original patch.
  10.  
  11. -----------------------------------------------------------
  12.  
  13. Bart Montgomery
  14.  
  15. As a programmer, I hate to see such a cute little gem of a game contain any
  16. eyesore or flaw. In the case of "Zany Golf", the eyesore is the request to
  17. enter a code from a code-wheel before proceeding on to the second hole.
  18. Accordingly, I have developed a patch so that this "enter code" request is
  19. not made and the game proceeds as normal.
  20.  
  21. INSTRUCTIONS
  22.  
  23. 1) Copy the files:
  24.  
  25.                  ZANYFIX.BAT
  26.                  TZANYFIX.BAT
  27.                  PAT.EXE
  28.  
  29.    to the diskette or hard disk sub-directory the contains the Zany Golf
  30.    program files.
  31.  
  32. 2) At the DOS prompt, type (without quotes) "ZANYFIX" to patch the IBM
  33.    version ZANY.COM. Type (without quotes) "TZANYFIX" to patch the Tandy
  34.    version TZANY.COM.
  35.  
  36. 3) After the patch is completed, you may delete the files ZANYFIX.BAT,
  37.    TZANYFIX.BAT and PAT.EXE which you obtained from this archive.
  38.  
  39. ------------------------------------------------------------------------
  40.  
  41. Alternate Method:
  42.  
  43. For those people familiar with the sector editors found in PC-Tools
  44. and Norton's Utilities, you may perform the patch as follows:
  45.  
  46. To patch ZANY.COM
  47.  
  48. Search for this five byte hex string:    84 C0 E8 15 61
  49.  
  50. Replace the first byte of this string:   C3
  51.  
  52.  
  53. To patch TZANY.COM
  54.  
  55. Search for this five byte hex string:    84 C0 E8 10 61
  56.  
  57. Replace the first byte of this string:   C3
  58.  
  59. ------------------------------------------------------------------------
  60.  
  61. Bart Montgomery
  62. PC-Rockland BBS
  63. (914) 353-2176
  64.  
  65.