[hvymetal] Heavy Metal

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
jman
Posts: 1315
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[hvymetal] Heavy Metal

Post by jman »

hvymetal.xml

Code: Select all

    <cheat desc="P1 Select Starting Battle">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="(maincpu.pb@C106 == 00) and (maincpu.pw@C107 == 0000)">maincpu.pb@C106 = param - 1, maincpu.pw@C107 = FFFF</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Battle">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="(maincpu.pb@C186 == 00) and (maincpu.pw@C187 == 0000)">maincpu.pb@C186 = param - 1, maincpu.pw@C187 = FFFF</action>
        </script>
    </cheat>
jman

my wip cheat database back-up (06/01/2025 ver.)
https://u3.getuploader.com/...../download/58
downloadpass : jman2020
Post Reply