problem: romcenter detects files not present in my zip file

Issue #235 resolved
Jessica Jones created an issue

Hi

Using romcenter 4.1.1

Trying to fix some roms, romcenter gives for many of my roms the incomplete status (yellow). See screenshot

For example in the screenshot you see 1944.zip and romcenter tells the file dl-1425.bin is “available in another game”.

But the file dl-1425.bin is inside the bios qsound_hle and qsound.

I both have those bios and the game 1944 runs fine in mame.

Inside 1944.zip are only the following files (from mame listxml output) and I checked, those files are exactly in my 1944.zip.

<rom name="nffe.03" size="524288" crc="7544b926" sha1="903d9ab45e05a2ab9d7efa074a7ee4ff2006d30a" region="maincpu" offset="0" />
<rom name="nffe.04" size="524288" crc="dba1c66e" sha1="4764e77d4da5d19d9acded27df1e1bcba06b0fcf" region="maincpu" offset="80000" />
<rom name="nffe.05" size="524288" crc="d78d31d3" sha1="060c3defc87b0cce186df545427bd18687770815" region="maincpu" offset="100000" />
<rom name="nff.13m" size="4194304" crc="c9fca741" sha1="1781d4fc18b6d6f79b7b39d9bcace750fb61a5cf" region="gfx" offset="0" />
<rom name="nff.15m" size="4194304" crc="f809d898" sha1="a0b6af49e1780678d808c317b875161cedddb314" region="gfx" offset="2" />
<rom name="nff.17m" size="4194304" crc="15ba4507" sha1="bed6a82bf1dc1aa501d4c2d098115a15e18d446a" region="gfx" offset="4" />
<rom name="nff.19m" size="4194304" crc="3dd41b8c" sha1="676078baad789e25f6e5a79de29672587be7ff00" region="gfx" offset="6" />
<rom name="nff.14m" size="1048576" crc="3fe3a54b" sha1="0a8e5cae141d24fd8b3cb11796c44728b0acd69e" region="gfx" offset="1000000" />
<rom name="nff.16m" size="1048576" crc="565cd231" sha1="0aecd433fb4ca2de1aca9fbb1e314fb1f6979321" region="gfx" offset="1000002" />
<rom name="nff.18m" size="1048576" crc="63ca5988" sha1="30137fa77573c84bcc24570bccb7dba61ddb413c" region="gfx" offset="1000004" />
<rom name="nff.20m" size="1048576" crc="21eb8f3b" sha1="efa69f19a958047dd91a294c88857ed3133fcbef" region="gfx" offset="1000006" />
<rom name="nff.01" size="131072" crc="d2e44318" sha1="33e45f6fe9fed098a4c072b8c39406aef1a949b2" region="audiocpu" offset="0" />
<rom name="nff.11m" size="4194304" crc="243e4e05" sha1="83281f7290ac105a3f9a7507cbc11317d45ba706" region="qsound" offset="0" />
<rom name="nff.12m" size="4194304" crc="4fcf1600" sha1="36f18c5d92b79433bdf7088b29a244708929d48e" region="qsound" offset="400000" />
<rom name="1944.key" size="20" crc="5f22140e" sha1="e962f50359ea80ba484fe2915f2f642d792764b8" region="key" offset="0" />

Why does romcenter tell the game is incomplete in this case? I don’t have dl-1425.bin in my 1944.zip and it belongs in qsound_hle and qsound bios roms.

Thx

Comments (5)

  1. Jessica Jones reporter

    The bios merge mode is set to split. So should romcenter not see the file dl-1425.bin is in the bios qsound_hle and qsound.?

  2. Eric Bole-Feysot repo owner

    This is a normal behaviour as of current state: this rom is a device and devices are not yet handled as a specific rom class yet. Instead, they are spread in all games where they are needed, just like regular roms. Project is to handle them like bios or sample: split/merged/unmerged

  3. Log in to comment