by CiroConsentino » Thu Apr 13, 2017 5:57 pm
hi there,
I see Games.xml from svn597.
issue #1:
Child sets only have the unique ROMs necessary by that game and do not list the ROMs from the parent. OK, no problem.
But I need to ask, are ALL ROMs from the parent set required for child sets ?
I'm asking this because my frontend does validate all ROMs for the child set, and will scan the parent.zip file for required ROMs.
But there are some child sets that do not use all ROMs from the parent set... at least this is true on MAME.
issue #2:
I see child sets using "region" tags for the ROMs list.
Example,
game "vf3tb" parent "vf3"
there are ROMs in region "crom" and region "banked_crom", nothing else.
I'm asking because I want to make my frontend always create a games list based on the Games.xml without creating an external database and update it every time an updated "Games.xml" is issued.
Does this means that the frontend should ignore the ROMs of regions "crom" / "banked_crom" from parent set "vf3" and replace them with the ones from child set vf3tb ?
I just need to be clear on those 2 issues.