diff options
author | 2013-02-03 12:16:19 +0000 | |
---|---|---|
committer | 2013-02-03 12:16:19 +0000 | |
commit | 827657a0b7154d9f0f04c24a328e132c1455d405 (patch) | |
tree | 30b4a8c08a2787e206b939767db4834880aa6c69 /hash/odyssey2.xml | |
parent | 241abe8429d15f66c8623f0d5f24853add7b0dbd (diff) |
(MESS) Changed DTD to make year mandatory and added reload_plain to the list of rom loadflags. Fixed some xmls there were failing validation tests.
Diffstat (limited to 'hash/odyssey2.xml')
-rw-r--r-- | hash/odyssey2.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hash/odyssey2.xml b/hash/odyssey2.xml index 54f9a7c6393..dadfcd4cf1d 100644 --- a/hash/odyssey2.xml +++ b/hash/odyssey2.xml @@ -644,8 +644,8 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. <year>1980</year> <publisher>Philips</publisher> <info name="usage" value="Press 1 for Depth Charge, press 2 for Marksman; Uses the 2nd joystick" /> - <sharedfeat name="compatibility" value="PAL"/> <info name="serial" value="16"/> + <sharedfeat name="compatibility" value="PAL"/> <part name="cart" interface="odyssey_cart"> <dataarea name="rom" size="2048"> <rom name="depth charge - marksman (europe).bin" size="2048" crc="2dcb77f0" sha1="95ccda2010f756069645e50269142a063c9aabc2" offset="0" /> @@ -1142,8 +1142,8 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. <software name="pickaxe"> <description>Pickaxe Pete (Euro) ~ Pick Axe Pete! (USA)</description> <year>1980</year> - <info name="serial" value="AC9437 (USA) ~ 43 (Euro)"/> <publisher>Philips (Euro) ~ Magnavox (USA)</publisher> + <info name="serial" value="AC9437 (USA) ~ 43 (Euro)"/> <part name="cart" interface="odyssey_cart"> <dataarea name="rom" size="4096"> <rom name="pick axe pete (usa, europe).bin" size="4096" crc="d62814a3" sha1="b979ed0c2b8947f764786fcf4444463b3d3ae87d" offset="0" /> @@ -1635,4 +1635,4 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. </dataarea> </part> </software> -</softwarelist>
\ No newline at end of file +</softwarelist> |