summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2011-03-27 07:08:31 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2011-03-27 07:08:31 +0000
commit382e3998b1ca12e6af774cc2652ae515f526ff44 (patch)
tree92e63a45756f1175503cb4912edf0823d90a1032 /hash
parent4b3aa02618def3caec417d71713ab6deb3c965d0 (diff)
minor DTD change to have fully correct xml lists (the ROM_FILL correspondent concept was not compliant with the DTD). no whatsnew.
Diffstat (limited to 'hash')
-rw-r--r--hash/softwarelist.dtd5
1 files changed, 3 insertions, 2 deletions
diff --git a/hash/softwarelist.dtd b/hash/softwarelist.dtd
index 6fb040a4ce0..1f75ec13c5e 100644
--- a/hash/softwarelist.dtd
+++ b/hash/softwarelist.dtd
@@ -27,8 +27,9 @@
<!ATTLIST dataarea databits (8|16|32|64) "8">
<!ATTLIST dataarea endian (big|little) "little">
<!ELEMENT rom EMPTY>
- <!ATTLIST rom name CDATA #REQUIRED>
- <!ATTLIST rom size CDATA #REQUIRED>
+ <!ATTLIST rom name CDATA #IMPLIED>
+ <!ATTLIST rom size CDATA #IMPLIED>
+ <!ATTLIST rom length CDATA #IMPLIED>
<!ATTLIST rom crc CDATA #IMPLIED>
<!ATTLIST rom md5 CDATA #IMPLIED>
<!ATTLIST rom sha1 CDATA #IMPLIED>