diff options
| author | 2008-03-05 15:32:33 +0000 | |
|---|---|---|
| committer | 2008-03-05 15:32:33 +0000 | |
| commit | 5b6183f89860bb137faef1271fe70b60981abbac (patch) | |
| tree | 203eb028e568a311cf5ce5a318841d1ba327246d | |
| parent | 84ece5c78ee21a2b106fd1b604a6259bc688bfe2 (diff) | |
From: Oliver Stoneberg
Subject: missing display types in DTD
This patch adds the new display types to the listxml DTD.
| -rw-r--r-- | src/emu/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/info.c b/src/emu/info.c index 72d77c1acb8..6ac6dab21dd 100644 --- a/src/emu/info.c +++ b/src/emu/info.c @@ -998,7 +998,7 @@ void print_mame_xml(FILE *out, const game_driver *const games[], const char *gam "\t\t\t<!ATTLIST chip type (cpu|audio) #REQUIRED>\n" "\t\t\t<!ATTLIST chip clock CDATA #IMPLIED>\n" "\t\t<!ELEMENT display EMPTY>\n" - "\t\t\t<!ATTLIST display type (raster|vector) #REQUIRED>\n" + "\t\t\t<!ATTLIST display type (raster|vector|lcd|unknown) #REQUIRED>\n" "\t\t\t<!ATTLIST display rotate (0|90|180|270) #REQUIRED>\n" "\t\t\t<!ATTLIST display flipx (yes|no) \"no\">\n" "\t\t\t<!ATTLIST display width CDATA #IMPLIED>\n" |
