

   What is bswap8?
 -----------------------------------------

       bswap is a tool that can compare a file encrypted with a bitswap8 with
    a decrypted version of it and tell you what to use for the bitswap. 
       You may not have to use a decrypted rom that is completely the same as
    The file you are comparing.  Different versions of files may be similar 
    enought to give you correct results. (bswap8 now has the ability to give
    you the best fitting bitswap if no bitswap is a perfect match).



   How do I use it?
 -----------------------------------------

    If you have any questions, just run the program.  It will tell you
    what commands it supports.


   
   How about an example?
 -----------------------------------------

 Sure:

    To compare an encrypted version of the kof2002 "Super" s1 rom to kof2002 (265-s1d.bin) version:

        bswap8 265-s1sp.bin 265-s1d.bin

    It will also work with this:

	bswap8 265-s1d.bin 265-s1sp.bin



   Who wrote this code? (Credits, please do not remove!)
 -----------------------------------------

    Most of this code was written by iq_132 (me)
        http://neosource.1emulation.com/

    A small, but very vital, piece comes from the FBA (Final Burn Alpha) source
	http://fba.emuunlim.com/



   Changelog 
 -----------------------------------------


    1.0.1

	- Now gives a "best match" bitswap if no perfect one is found.
 	- If a file isn't bitswapped, but is only a few bytes different, a 
          diff log is created.

    1.0.0

	- Everything

