Nintendo - eReader
Just a mess of overlapping <rom tags, just open in text editor and you will see. Unusable.
Nintendo - FDC
Lot of cases which got repeated rom tag after status="baddump" like below.
Of course all rom records should be closed with />
But they all are bad dumps and all have same name but different CRC.
Seems it should be fixed somehow with different filename (containing crc of dump for example) or with only one bad dump or whatever.
Code: Select all
<game name="0053 - Golf - US Course (Japan) (DV 1) [b]">
<description>0053 - Golf - US Course (Japan) (DV 1) [b]</description>
<rom name="0053 - Golf - US Course (Japan) (DV 1) [b].fds" size="131000" crc="9944329A" md5="ED62CEB4EC492FD3C19634E041B9B3F5" sha1="B7726762EAC903FA1450F7828EA8063E562E4689" status="baddump" <rom name="0053 - Golf - US Course (Japan) (DV 1) [b].fds" size="131000" crc="8DFBD636" md5="2C89A5EEBF235BF2ADE3C708887D1E73" sha1="1EB005876CEAA99C83C91090B907F85CBE1E3DA2" status="baddump" <rom name="0053 - Golf - US Course (Japan) (DV 1) [b].fds" size="131000" crc="206C5C6C" md5="BE4EC4568EE43218A2FF627ACF76BA23" sha1="723D44B250109A31EFCFB85D8EA388C7B4030948" status="baddump"/>
</game>
Similar issue, but in this case roms have different names, but in one case it have "b" suffix, in other case - no? Really strange, as both are bad dumps.
Code: Select all
<game name="3498 - Princess Maker 4 - Special Edition (Korea) [b]">
<description>3498 - Princess Maker 4 - Special Edition (Korea) [b]</description>
<rom name="3498 - Princess Maker 4 - Special Edition (Korea) [b].nds" size="134217728" crc="B24C9668" md5="79E07D095B67B3053861454316B5B82A" sha1="D3E0A75DEA59C43BADF942BC94571A018FB00AC5" status="baddump" serial="CP4K" <rom name="3498 - Princess Maker 4 - Special Edition (Korea).nds" size="111404512" crc="0A42995A" md5="D6C785E70DD8B604EBB8F1C1D56E8F92" sha1="BA55871F6C35386739274FC5B8393CC7EABD314D" status="baddump" serial="CP4K"/>
</game>
Code: Select all
<game name="0759 - Ryuusei no Rockman - Leo (Japan)">
<description>0759 - Ryuusei no Rockman - Leo (Japan)</description>
<rom name="0759 - Ryuusei no Rockman - Leo (Japan).nds" size="33554432" crc="EA4F4898" md5="AFE887B51844366FD40DA2D538C011D2" sha1="29E6EBD1E8E4D3E65E2917B3F5C7A869BE867B64" status="verified" serial="A6BJ"/>
<serial_media1>A6BJN0J12</serial_media1>
<serial_media2>DA
</game>
Same issue with non-closed first rom tag:
Code: Select all
<game name="1068 - Clubhouse Games Express - Card Classics (USA, Australia)">
<description>1068 - Clubhouse Games Express - Card Classics (USA, Australia)</description>
<rom name="00000000" size="4041728" crc="5FC69CDE" md5="10D51A63DB848C7896D1323F44E77AA8" sha1="7362904CFE778B24A20396ABEB3C07800A084766" status="verified" serial="KTRT" <rom name="tmd" size="520" crc="255F0730" md5="BE55BB41A72FB42524F36035424E758F" sha1="1DE53C1212ABE18D7F7E1A1247CF716F091B0A71" status="verified"/>
</game>
Same issue with non-closed first rom tag:
Code: Select all
<game name="3593 - Digital Magazine Busters BS - 6-21 Gou (Japan) [b]">
<description>3593 - Digital Magazine Busters BS - 6-21 Gou (Japan) [b]</description>
<rom name="3593 - Digital Magazine Busters BS - 6-21 Gou (Japan) [b].bs" size="1048576" crc="396FAD58" md5="16AE85EAAD3DED5F9B56BE9FB703E74C" sha1="497647379E28FC4C6544FEFA1CEFB23C949F7E3C" status="baddump" <rom name="3593 - Digital Magazine Busters BS - 6-21 Gou (Japan) [b].bs" size="1048576" crc="AAA71F34" md5="09C5872608BED82A85EC334D92350E57" sha1="646A7E6AFD44AC475B0823E79213F352C4BC34B7" status="baddump"/>
</game>
Sega - Mega Drive - Genesis
Bad value for & in serial_media2 tag:
Code: Select all
<game name="1852 - Death and Return of Superman, The (Europe)">
<description>1852 - Death and Return of Superman, The (Europe)</description>
<rom name="1852 - Death and Return of Superman, The (Europe).md" size="2097152" crc="CFC440E8" md5="D14F262F3D9D46DF0ED1D9F2BB6C3442" sha1="BC23B7C2FC720371A8B7CAED1ACB3F457315E0A6" status="verified"/>
<serial_media1>670128 REV 1</serial_media1>
<serial_media2>DEATH & RETURN OF SUPERMAN (9519)</serial_media2>
</game>
Hope somebody who can fix it will see this post and perform mentioned fixes