mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Some MESS-only changes. No whatsnew.
This commit is contained in:
parent
2cafff0619
commit
e147fe18dd
@ -927,8 +927,7 @@ static void print_game_info(FILE *out, const game_driver *game)
|
|||||||
print_game_adjusters(out, game, portlist);
|
print_game_adjusters(out, game, portlist);
|
||||||
print_game_driver(out, game, config);
|
print_game_driver(out, game, config);
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
print_game_device(out, game, config);
|
print_mess_game_xml(out, game, config);
|
||||||
print_game_ramoptions(out, game, config);
|
|
||||||
#endif /* MESS */
|
#endif /* MESS */
|
||||||
|
|
||||||
/* close the topmost tag */
|
/* close the topmost tag */
|
||||||
@ -955,7 +954,7 @@ void print_mame_xml(FILE *out, const game_driver *const games[], const char *gam
|
|||||||
"\t<!ATTLIST " XML_ROOT " debug (yes|no) \"no\">\n"
|
"\t<!ATTLIST " XML_ROOT " debug (yes|no) \"no\">\n"
|
||||||
"\t<!ATTLIST " XML_ROOT " mameconfig CDATA #REQUIRED>\n"
|
"\t<!ATTLIST " XML_ROOT " mameconfig CDATA #REQUIRED>\n"
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
"\t<!ELEMENT " XML_TOP " (description, year?, manufacturer, biosset*, rom*, disk*, sample*, chip*, display*, sound?, input?, dipswitch*, configuration*, category*, adjuster*, driver?, device*, ramoption*)>\n"
|
"\t<!ELEMENT " XML_TOP " (description, year?, manufacturer, biosset*, rom*, disk*, sample*, chip*, display*, sound?, input?, dipswitch*, configuration*, category*, adjuster*, driver?, device*, ramoption*, softwarelist*)>\n"
|
||||||
#else
|
#else
|
||||||
"\t<!ELEMENT " XML_TOP " (description, year?, manufacturer, biosset*, rom*, disk*, sample*, chip*, display*, sound?, input?, dipswitch*, configuration*, category*, adjuster*, driver?)>\n"
|
"\t<!ELEMENT " XML_TOP " (description, year?, manufacturer, biosset*, rom*, disk*, sample*, chip*, display*, sound?, input?, dipswitch*, configuration*, category*, adjuster*, driver?)>\n"
|
||||||
#endif
|
#endif
|
||||||
@ -1076,6 +1075,8 @@ void print_mame_xml(FILE *out, const game_driver *const games[], const char *gam
|
|||||||
"\t\t\t\t<!ATTLIST extension name CDATA #REQUIRED>\n"
|
"\t\t\t\t<!ATTLIST extension name CDATA #REQUIRED>\n"
|
||||||
"\t\t<!ELEMENT ramoption (#PCDATA)>\n"
|
"\t\t<!ELEMENT ramoption (#PCDATA)>\n"
|
||||||
"\t\t\t<!ATTLIST ramoption default CDATA #IMPLIED>\n"
|
"\t\t\t<!ATTLIST ramoption default CDATA #IMPLIED>\n"
|
||||||
|
"\t\t<!ELEMENT softwarelist EMPTY>\n"
|
||||||
|
"\t\t\t<!ATTLIST softwarelist name CDATA #REQUIRED>\n"
|
||||||
#endif
|
#endif
|
||||||
"]>\n\n"
|
"]>\n\n"
|
||||||
"<" XML_ROOT " build=\"%s\" debug=\""
|
"<" XML_ROOT " build=\"%s\" debug=\""
|
||||||
|
Loading…
Reference in New Issue
Block a user