Gauntlet II - md5 mismatch for rom 0 - issue

KremlingKuthroat19
Posts: 237
Joined: Sat Aug 22, 2020 3:08 am
Has thanked: 27 times
Been thanked: 49 times

Gauntlet II - md5 mismatch for rom 0 - issue

Unread post 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?
User avatar
bazza_12
Top Contributor
Posts: 404
Joined: Sun May 24, 2020 7:49 pm
Location: Yorkshire, UK
Has thanked: 247 times
Been thanked: 112 times
Contact:

Re: Gauntlet II - md5 mismatch for rom 0 - issue

Unread post 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.
The music is reversible but time is not. Turn back. Turn back
KnC
Posts: 107
Joined: Sun May 24, 2020 6:47 pm
Been thanked: 15 times

Re: Gauntlet II - md5 mismatch for rom 0 - issue

Unread post by KnC »

Or you could add the correct MD5

Code: Select all

<rom index="0" zip="gaunt2.zip" md5="0847AC69B06DD977B64CDA3677367FE1">
KremlingKuthroat19
Posts: 237
Joined: Sat Aug 22, 2020 3:08 am
Has thanked: 27 times
Been thanked: 49 times

Re: Gauntlet II - md5 mismatch for rom 0 - issue

Unread post by KremlingKuthroat19 »

Thanks a bunch guys! I tried both and both strategies worked :)
Post Reply