[airduel]+ Air Duel

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

[airduel]+ Air Duel

Post by jman »

airduel.xml

Code: Select all

    <cheat desc="P1 Always Max Shot Power">
        <script state="run">
            <action>maincpu.pb@D2396 |= 06</action>
            <action condition="(maincpu.pw@D2354 == 2CC0) or (maincpu.pw@D2354 == 2D1A)">maincpu.pw@D23A0 = 2F73</action> <!-- helicopter -->
            <action condition="(maincpu.pw@D2354 == 3184) or (maincpu.pw@D2354 == 31D8)">maincpu.pw@D23A0 = 33D7</action> <!-- airplane -->
        </script>
    </cheat>

    <cheat desc="P2 Always Max Shot Power">
        <script state="run">
            <action>maincpu.pb@D23EA |= 06</action>
            <action condition="(maincpu.pw@D23A8 == 2CC0) or (maincpu.pw@D23A8 == 2D1A)">maincpu.pw@D23F4 = 2F73</action> <!-- helicopter -->
            <action condition="(maincpu.pw@D23A8 == 3184) or (maincpu.pw@D23A8 == 31D8)">maincpu.pw@D23F4 = 33D7</action> <!-- airplane -->
        </script>
    </cheat>
airduelu.xml

Code: Select all

    <cheat desc="P1 Always Max Shot Power">
        <script state="run">
            <action>maincpu.pb@D2396 |= 06</action>
            <action condition="(maincpu.pw@D2354 == 2D0C) or (maincpu.pw@D2354 == 2D66)">maincpu.pw@D23A0 = 2FBF</action> <!-- helicopter -->
            <action condition="(maincpu.pw@D2354 == 31D0) or (maincpu.pw@D2354 == 3224)">maincpu.pw@D23A0 = 3423</action> <!-- airplane -->
        </script>
    </cheat>

    <cheat desc="P2 Always Max Shot Power">
        <script state="run">
            <action>maincpu.pb@D23EA |= 06</action>
            <action condition="(maincpu.pw@D23A8 == 2D0C) or (maincpu.pw@D23A8 == 2D66)">maincpu.pw@D23F4 = 2FBF</action> <!-- helicopter -->
            <action condition="(maincpu.pw@D23A8 == 31D0) or (maincpu.pw@D23A8 == 3224)">maincpu.pw@D23F4 = 3423</action> <!-- airplane -->
        </script>
    </cheat>
airduelm72.xml and airdueljm72.xml

Code: Select all

    <cheat desc="P1 Always Max Shot Power">
        <script state="run">
            <action>maincpu.pb@A2396 |= 06</action>
            <action condition="(maincpu.pw@A2354 == 2C98) or (maincpu.pw@A2354 == 2CF2)">maincpu.pw@A23A0 = 2F4B</action> <!-- helicopter -->
            <action condition="(maincpu.pw@A2354 == 315C) or (maincpu.pw@A2354 == 31B0)">maincpu.pw@A23A0 = 33AF</action> <!-- airplane -->
        </script>
    </cheat>

    <cheat desc="P2 Always Max Shot Power">
        <script state="run">
            <action>maincpu.pb@A23EA |= 06</action>
            <action condition="(maincpu.pw@A23A8 == 2C98) or (maincpu.pw@A23A8 == 2DF2)">maincpu.pw@A23F4 = 2F4B</action> <!-- helicopter -->
            <action condition="(maincpu.pw@A23A8 == 315C) or (maincpu.pw@A23A8 == 31B0)">maincpu.pw@A23F4 = 33AF</action> <!-- airplane -->
        </script>
    </cheat>
jman

my wip cheat database back-up (06/01/2025 ver.)
https://u3.getuploader.com/...../download/58
downloadpass : jman2020
jman
Posts: 1315
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[airduel]+ Air Duel

Post by jman »

airduel.xml and airduelu.xml

Code: Select all

    <cheat desc="Select Starting Mission">
        <parameter min="01" max="14" step="01" />
        <script state="run">
            <action condition="maincpu.pw@D233E == 0000">maincpu.pb@D233E = param - 1</action>
        </script>
    </cheat>
airduelm72.xml and airdueljm72.xml

Code: Select all

    <cheat desc="Select Starting Mission">
        <parameter min="01" max="14" step="01" />
        <script state="run">
            <action condition="maincpu.pw@A233E == 0000">maincpu.pb@A233E = param - 1</action>
        </script>
    </cheat>
1 lap = 7 missions, total 2 laps.
jman

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