Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: mahuti on February 06, 2006, 12:23:53 pm

Title: Location of ListXML code in mame source
Post by: mahuti on February 06, 2006, 12:23:53 pm
I was looking through MAME today for the code  that generates the ListXML file and couldn't find it... anyone know which file in the source code has the function that generates the Listxml doc?

With all of the talk about modding the mame source code and starting a .diff library, I would like to make a new command like ShortListXml that would stdout XML for just one game rather than the whole 23 mb file. Would be useful for front ends & utilities... for instance my LED app. If I can find the current function, I could start the process of adding a new one.
Title: Re: Location of ListXML code in mame source
Post by: Buddabing on February 06, 2006, 01:01:45 pm
That would be info.c.
Title: Re: Location of ListXML code in mame source
Post by: mahuti on February 06, 2006, 04:09:52 pm
Sweet, thanks. Looks straitforward.