

   What is neoconv?
 -----------------------------------------

    Neoconv is a tool to encrypt/decrypt V (sample) roms for Neo-Geo.
    It can process Neo-PCM2, 1999, SNK Corp. type encryption, and also
    Neo-PCM2, 2002, Playmore Corp. type encryption.



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

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


   
   How about some cut and paste command line stuff for me?
 -----------------------------------------

 Sure:

for mslug4 (encrypt):
neoconv 0 e 8 263 4 - bin d
for mslug4 (decrypt):
neoconv 0 d 8 263 2 - bin

for rotd (encrypt):
neoconv 0 e 16 264 4 - bin d
for rotd (decrypt):
neoconv 0 d 16 264 2 - bin

for pnyaa (encrypt):
neoconv 0 e 4 267 1 - bin d
for pnyaa (decrypt):
neoconv 0 d 4 267 1 - bin

for kof2002 (encrypt):
neoconv 1 e 0 265 4 - bin d
for kof2002 (decrypt):
neoconv 1 d 0 265 2 - bin

for matrim (encrypt):
neoconv 1 e 1 266 4 - bin d
for matrim (decrypt):
neoconv 1 d 1 266 2 - bin

for mslug5 (encrypt):
neoconv 1 e 2 268 4 - bin d
for mslug5 (decrypt):
neoconv 1 d 2 268 2 - bin

for samsho5 (encrypt):
neoconv 1 e 3 270 4 - bin d
for samsho5 (decrypt):
neoconv 1 d 3 270 2 - bin

for svcchaos (encrypt):
neoconv 1 e 4 269 4 - bin d
for svcchaos (decrypt):
neoconv 1 d 4 269 2 - bin

for kof2003 (encrypt):
neoconv 1 e 5 271 4 - bin d
for kof2003 (decrypt):
neoconv 1 d 5 271 2 - bin

for samsh5sp (encrypt):
neoconv 1 e 6 272 4 - bin d
for samsh5sp (decrypt):
neoconv 1 d 6 272 2 - bin


   Who write this code? (Credits, please do not remove!)
 -----------------------------------------
   Most of the code for this program was written by IQ_132, but large,
   very important chunks of it were written by Fataku, Aquasync, Halrin,
   and the MAME Team.

   http://www.freepgs.com/iq_132/ -- IQ_132's site
   http://www52.tok2.com/home/foge/ -- Halrin's site

