mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
fixed -listxml DTD (nw)
This commit is contained in:
parent
5a464555c8
commit
1dc5001457
@ -29,7 +29,7 @@ const char info_xml_creator::s_dtd_string[] =
|
||||
"\t<!ATTLIST __XML_ROOT__ build CDATA #IMPLIED>\n"
|
||||
"\t<!ATTLIST __XML_ROOT__ debug (yes|no) \"no\">\n"
|
||||
"\t<!ATTLIST __XML_ROOT__ mameconfig CDATA #REQUIRED>\n"
|
||||
"\t<!ELEMENT __XML_TOP__ (description, year?, manufacturer?, biosset*, rom*, disk*, device_ref*, sample*, chip*, display*, sound?, input?, dipswitch*, configuration*, adjuster*, driver?, device*, slot*, softwarelist*, ramoption*)>\n"
|
||||
"\t<!ELEMENT __XML_TOP__ (description, year?, manufacturer?, biosset*, rom*, disk*, device_ref*, sample*, chip*, display*, sound?, input?, dipswitch*, configuration*, port*, adjuster*, driver?, device*, slot*, softwarelist*, ramoption*)>\n"
|
||||
"\t\t<!ATTLIST __XML_TOP__ name CDATA #REQUIRED>\n"
|
||||
"\t\t<!ATTLIST __XML_TOP__ sourcefile CDATA #IMPLIED>\n"
|
||||
"\t\t<!ATTLIST __XML_TOP__ isbios (yes|no) \"no\">\n"
|
||||
@ -124,7 +124,7 @@ const char info_xml_creator::s_dtd_string[] =
|
||||
"\t\t\t\t<!ATTLIST confsetting name CDATA #REQUIRED>\n"
|
||||
"\t\t\t\t<!ATTLIST confsetting value CDATA #REQUIRED>\n"
|
||||
"\t\t\t\t<!ATTLIST confsetting default (yes|no) \"no\">\n"
|
||||
"\t\t<!ELEMENT port (portbit*)>\n"
|
||||
"\t\t<!ELEMENT port (analog*)>\n"
|
||||
"\t\t\t<!ATTLIST port tag CDATA #REQUIRED>\n"
|
||||
"\t\t\t<!ELEMENT analog EMPTY>\n"
|
||||
"\t\t\t\t<!ATTLIST analog mask CDATA #REQUIRED>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user