Ah...nice finding. -listsoftware and the hashfile for e.g. neogeo do differ in regards to dataarea entries:
<dataarea name="sprites" size="0x800000">
<rom loadflag="load16_byte" name="043-c1.c1" offset="0x000000" size="0x100000" crc="bad2d67f" sha1="04928e50ca75b7fbc52b64e816ec5701901f5893" /> <!-- TC5316200 -->
<rom size="0x100000" offset="0x400000" loadflag="continue" />
<rom loadflag="load16_byte" name="043-c2.c2" offset="0x000001" size="0x100000" crc="a7fbda95" sha1="9da3c5faf22592a7eaf8df9fa6454f48c2a927ae" /> <!-- TC5316200 -->
<rom size="0x100000" offset="0x400001" loadflag="continue" />
<rom loadflag="load16_byte" name="043-c3.c3" offset="0x200000" size="0x100000" crc="f00be011" sha1="2721cdba37a511a966a2a53b9bd6240f181d920c" /> <!-- TC5316200 -->
<rom size="0x100000" offset="0x600000" loadflag="continue" />
<rom loadflag="load16_byte" name="043-c4.c4" offset="0x200001" size="0x100000" crc="1887e5c0" sha1="9b915359add7c10c78d8b281b4084eceea8f0499" /> <!-- TC5316200 -->
<rom size="0x100000" offset="0x600001" loadflag="continue" />
</dataarea>
versus
<dataarea name="sprites" size="8388608">
<rom name="043-c1.c1" size="2097152" crc="bad2d67f" sha1="04928e50ca75b7fbc52b64e816ec5701901f5893" loadflag="load16_byte"/>
<rom name="043-c2.c2" size="2097152" crc="a7fbda95" sha1="9da3c5faf22592a7eaf8df9fa6454f48c2a927ae" loadflag="load16_byte"/>
<rom name="043-c3.c3" size="2097152" crc="f00be011" sha1="2721cdba37a511a966a2a53b9bd6240f181d920c" loadflag="load16_byte"/>
<rom name="043-c4.c4" size="2097152" crc="1887e5c0" sha1="9b915359add7c10c78d8b281b4084eceea8f0499" loadflag="load16_byte"/>
</dataarea>
looks like there is a bug in the new tools when parsing the "loadflag=continue" part
should be an easy quick fix....but surely I will first check if megadrive is the same problem....
i7000_card and msx1_card....well...click the
- in front of the list and you will see what's wrong...I assume that you have a possible missing but fixable files in there. Some software lists share files....e.g. Atari ST and Amiga have some identical ones...i7000_card got some in common with coleco (sha1 5e2b96c19c4f5c63a5afa2de504d29fe64a4c908) and so on....so yes, you might already have fill-ins for sl lists which you don't to collect (yet).