Miscellaneous > Projects

Kenshiro's Stuff

(1/11) > >>

kenshiro:
Hi everyone  ;p

I start this thread to post various stuff i'm working or i've been working on, related to FBA or MAME (tools, Xbox drivers...) :)

kenshiro:

--- Quote ---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.
--- End quote ---

This tool can't of course get 100% of the infos automatically (which is impossible :redface:), but can process most of them ;p, the rest must be done by hand.

I'm currently working on a specific Neogeo drivers generator, and how i can get more game infos  :biggrin:

JacKc:
Thanks Kenshiro...This tool saves me a lot of times and very usefull !!!

kenshiro:
This is Cave drivers code from FBA 0.2.97.04, modified to run on both Xbox and PC builds :)

In previous FBA-XXX Pro beta builds, iq_132 wrote VMM for Power Instinct 2 and Power Instinct Legends, by using
his "universal VMM", like for his PGM Xbox drivers: http://neo-source.com/index.php?topic=980.0)

However, standard FBA-XXX VMM (wrote by Gogo Ackman) is faster for Cave games (especially Guwange), so i wrote a code which use that one, which result in a constant 60fps ^^, and also get Guwange code more simple as before.

I keep a part of iq's decryption code for Power Instinct 2 and Power Instinct Legends, credits to him :) 

Here's the VMM games:
 
    Guwange (Japan, Master Ver. 99/06/24)
    Power Instinct 2 (US, Ver. 94/04/08)
    Gouketsuji Ichizoku 2 (Japan, Ver. 94/04/08)
    Power Instinct Legends (US, Ver. 95/06/20)
    Gouketsuji Ichizoku Saikyou Densetsu (Japan, Ver. 95/06/20)
   
To compile it, comment / uncomment this line (on cave.h bottom):


--- Code: ---//#define XBOX_CAVE
--- End code ---
       

It can be use with my c***** FBA-XXX Pro beta source you can find here :p :

http://www.4shared.com/file/82029884/d3ef8baa/fba_xxx_pro_src_beta_129b.html

iq_132:
Beautiful. :)

Navigation

[0] Message Index

[#] Next page

Go to full version