Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

*View All Threads*Show in Threaded Mode


SubjectCustom DAT creation new Reply to this message
Posted bys_bastian
Posted on12/15/04 06:27 AM



I was asked by a friend id there was a chance to get a DAT for cmpro to check if he had all the snapshots of and OLD MAME version, no matter where they come from (no size/crc/sha1 check...) I decided to make a parser for -listinfo, generating this output::

game (
name snap
description "snap"
rom ( name puckman.png )
rom ( name puckmana.png )
rom ( name pacman.png )
............
)

It does not work. Fails to import the "roms".... Where am I wrong?
Sorry for the n00b question, but hell, I'M a NOOB! :-P


K-bOoOoM!!!
MAME History.dat & Mameinfo.dat italian translation project at http://www.mamedatproject.co.nr


SubjectRe: Custom DAT creation Reply to this message
Posted byRoman
Posted on12/15/04 07:06 AM



> I was asked by a friend id there was a chance to get a DAT for cmpro to check
> if he had all the snapshots of and OLD MAME version, no matter where they come
> from (no size/crc/sha1 check...) I decided to make a parser for -listinfo,
> generating this output::
>
> game (
> name snap
> description "snap"
> rom ( name puckman.png )
> rom ( name puckmana.png )
> rom ( name pacman.png )
> ............
> )
>
> It does not work. Fails to import the "roms".... Where am I wrong?
> Sorry for the n00b question, but hell, I'M a NOOB! :-P



Rom statements need at least a name and crc entry. Size can be set to "-". crc can be set to 0 and you can use "flags nodump"...but then you need a valid size entry.

Use Logiqx's tool ImgChk (available at his site) to check if images are missing.

Roman Scherzer
ClrMamePro


SubjectRe: Custom DAT creation new Reply to this message
Posted bys_bastian
Posted on12/15/04 08:27 AM



> > I was asked by a friend id there was a chance to get a DAT for cmpro to check
> > if he had all the snapshots of and OLD MAME version, no matter where they come
> > from (no size/crc/sha1 check...) I decided to make a parser for -listinfo,
> > generating this output::
> >
> > game (
> > name snap
> > description "snap"
> > rom ( name puckman.png )
> > rom ( name puckmana.png )
> > rom ( name pacman.png )
> > ............
> > )
> >
> > It does not work. Fails to import the "roms".... Where am I wrong?
> > Sorry for the n00b question, but hell, I'M a NOOB! :-P
>
>
>
> Rom statements need at least a name and crc entry. Size can be set to "-". crc
> can be set to 0 and you can use "flags nodump"...but then you need a valid size
> entry.
>
> Use Logiqx's tool ImgChk (available at his site) to check if images are
> missing.
>
> Roman Scherzer
> ClrMamePro
>
GREAT!! RIGHT what I was looking for!
Thanks!


K-bOoOoM!!!
MAME History.dat & Mameinfo.dat italian translation project at http://www.mamedatproject.co.nr


View All Threads*Show in Threaded Mode