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?
Gauntlet II - md5 mismatch for rom 0 - issue
-
- Posts: 237
- Joined: Sat Aug 22, 2020 3:08 am
- Has thanked: 27 times
- Been thanked: 50 times
- bazza_12
- Top Contributor
- Posts: 443
- Joined: Sun May 24, 2020 7:49 pm
- Location: Yorkshire, UK
- Has thanked: 263 times
- Been thanked: 121 times
Re: Gauntlet II - md5 mismatch for rom 0 - issue
yeah, if you change the line
in the gauntlet II.mra file to
that should correct it.
Code: Select all
<rom index="0" zip="gaunt2.zip" md5="565342714f24b2ed4d61880f12711926">
Code: Select all
<rom index="0" zip="gaunt2.zip" md5="none">
The music is reversible but time is not. Turn back. Turn back
Re: Gauntlet II - md5 mismatch for rom 0 - issue
Or you could add the correct MD5
Code: Select all
<rom index="0" zip="gaunt2.zip" md5="0847AC69B06DD977B64CDA3677367FE1">
-
- Posts: 237
- Joined: Sat Aug 22, 2020 3:08 am
- Has thanked: 27 times
- Been thanked: 50 times
Re: Gauntlet II - md5 mismatch for rom 0 - issue
Thanks a bunch guys! I tried both and both strategies worked