
 .
   xPS-Apply <> Some notes :
 --- '


 [ What is it ? ]

   It is a small tool which can apply IPS and APS-patches.


 [ Usage ]

   |  XPSAPPLY rom patch [-<option(s)>]
   |
   |  <Options>
   |    b: Make a backup before patching
   |    l: Create a logfile

   * Only 8.3 filenames are supported.
   * Also no wildcards are allowed.
   * Options can be combined so "-bl" would be valid

   E.g. "XPSAPPLY zelda.v64 zcrk.aps /l" would apply the
        APS-patch "zcrk.aps" and creates a log-file called
        "zelda.log".


 [ Source-code ]

   The final executable was created with Turbo C++ 3.0, but
   it also works fine DJGPP.


 [ The APS-draft 1.2 ]

   There is a little bug in the draft

   wrong | BYTE 69-74 : Pad.
         | BYTE 75-79 : Size of destination image.

   fixed | BYTE 69-73 : Pad.
         | BYTE 74-77 : Size of destination image.


 ----------------
 Ravemax/Dextrose
