home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / CALGAMES / CALGAMES.UNP next >
Text File  |  1988-10-25  |  1KB  |  30 lines

  1. This routine is a patch which breaks the copy protection
  2. of Epyx's California Games (version 1.01) for the IBM PC.
  3.  
  4. Written by Kent Briggs  9/23/88
  5.  
  6. ** Do not modify your original disk **
  7.  
  8. Copy all your files to another disk or to a subdirectory
  9. on your hard disk and put the original disk away in a safe place.
  10.  
  11. California Games shows a version number of 1.01 and the file size
  12. for CALGAMES.EXE should be 63467 bytes.  The copy protection scheme
  13. looks for a bad sector on drive A.  We will patch the call to this
  14. routine with NOP's (no operation).
  15.  
  16. Put DEBUG.COM (from your DOS disk) in the same directory or make sure
  17. it is in the DOS path.  Type the following commands:
  18.  
  19. Command                                  Comments
  20. =======                                  ========
  21. ren calgames.exe x.x                     Rename program for debug
  22. debug x.x                                Load debug
  23. e 0482 90 90 90                          NOP the 3 byte call
  24. w                                        Write file back to the disk
  25. q                                        Quit debug
  26. ren x.x calgames.exe                     Restore file name
  27. =======                                  ========
  28.  
  29. Now run CALGAMES and confirm that the patch works.
  30.