Author Topic: dink's FBN Development & Fixes thread  (Read 668860 times)

Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1078
  • Karma: +58/-1
  • Helper
Re: dink's FBN Development & Fixes thread
« Reply #2610 on: September 10, 2023, 04:14:37 AM »

Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1078
  • Karma: +58/-1
  • Helper
Re: dink's FBN Development & Fixes thread
« Reply #2611 on: September 10, 2023, 01:10:05 PM »
@geese howard

So if you want to create a dat file for a specific driver, you can now do the following :

Download DatUtil.
Use the following command line (DatUtil is a command line utility) :

Code: [Select]
datutil.exe -G d_cps2.cpp -c -f generic -o CPS2_Datfile.dat "FinalBurn Neo (ClrMame Pro XML, Arcade only).dat"

Where :
- d_cps2.cpp is the filename of the driver
- CPS2_Datfile.dat is the filename of the new dat file
- "FinalBurn Neo (ClrMame Pro XML, Arcade only).dat" is the filename of the original dat file

Offline geese howard

  • Member
  • ***
  • Posts: 111
  • Karma: +1/-0
Re: dink's FBN Development & Fixes thread
« Reply #2612 on: September 14, 2023, 10:30:38 AM »
thanks for all!!