By Kenshiro (http://neosource.1emu.net)

Driver Generator for Final Burn Alpha (Version 1.0, 15/02/2009)
-----------

This tool can read drivers from a MAME driver file, 
convert them to be use on FBA and finally write them in a new file.


To use it
-----------

type this command: drvgen [src_file_path] [option].    
	
For example, drvgen c:\cps1.c will generate a drv.c file in drvgen.exe directory.

You can also use the option -e: drvgen c:\cps1.c -e    
	
This option will store all BurnDriver struct at the end of the file.

NB: this tool doesn't work for Neogeo drivers!


To compile it
-------------

under GCC type the command : gcc drvgen.c -o drvgen.exe

Licence
-------

You're free to use and modify it in anyway you want, use it at your own risks.
You can't use it for monetary gain.
	