Page 1 of 1
Gauntlet II - md5 mismatch for rom 0 - issue
Posted: Thu Nov 26, 2020 2:21 pm
by KremlingKuthroat19
I've gotten the original Gauntlet and Vindicators Part II to work just fine on my MiSTer device. However, Gauntlet II gives me this warming "md5 mismatch for rom 0." I've looked online for a remedy, but can't find a solution.
Anyone know how to fix this issue please?
Re: Gauntlet II - md5 mismatch for rom 0 - issue
Posted: Thu Nov 26, 2020 3:35 pm
by bazza_12
yeah, if you change the line
Code: Select all
<rom index="0" zip="gaunt2.zip" md5="565342714f24b2ed4d61880f12711926">
in the gauntlet II.mra file to
Code: Select all
<rom index="0" zip="gaunt2.zip" md5="none">
that should correct it.
Re: Gauntlet II - md5 mismatch for rom 0 - issue
Posted: Thu Nov 26, 2020 4:18 pm
by KnC
Or you could add the correct MD5
Code: Select all
<rom index="0" zip="gaunt2.zip" md5="0847AC69B06DD977B64CDA3677367FE1">
Re: Gauntlet II - md5 mismatch for rom 0 - issue
Posted: Thu Nov 26, 2020 6:47 pm
by KremlingKuthroat19
Thanks a bunch guys! I tried both and both strategies worked