[tharrier]+ Task Force Harrier

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: 1254
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[tharrier]+ Task Force Harrier

Post by jman »

Basic RAM codes collection.

Code: Select all

<mamecheat version="1">

    <cheat desc="Finish this Level Now">
        <comment>You need to wait several seconds to finish current level</comment>
        <script state="on">
            <action>maincpu.pw@F9022 = 2B80</action>
        </script>
    </cheat>

    <cheat desc="Select Starting Level">
        <parameter min="01" max="14" step="01" />
        <script state="run">
            <action condition="(maincpu.pw@F9072 == 0000) and (maincpu.pw@F9020 == 0000)">maincpu.pw@F9020 = param - 1</action>
        </script>
    </cheat>

    <cheat desc="P1 Always Maximum Shot Power - Player">
        <script state="run">
            <action>maincpu.pw@F775C = 0006</action>
        </script>
    </cheat>

    <cheat desc="P1 Always Maximum Bomb Power">
        <script state="run">
            <action>maincpu.pw@F772A = 0002</action>
        </script>
    </cheat>

    <cheat desc="P1 Always Maximum Shot Power - Sidefighters">
        <script state="run">
            <action>maincpu.pw@F7726 = 0002</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Bomb">
        <parameter>
            <item value="0x0000">Bomb I</item>
            <item value="0x0001">Bomb II</item>
            <item value="0x0002">Bomb III</item>
        </parameter>
        <script state="run">
            <action>maincpu.pw@F7728 = param</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Sidefighters">
        <parameter>
            <item value="0x0000">None</item>
            <item value="0x0001">V-shot</item>
            <item value="0x0002">Missile</item>
            <item value="0x0003">Homing</item>
        </parameter>
        <script state="run">
            <action>maincpu.pw@F7724 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Always Maximum Shot Power - Player">
        <script state="run">
            <action>maincpu.pw@F7B5C = 0006</action>
        </script>
    </cheat>

    <cheat desc="P2 Always Maximum Bomb Power">
        <script state="run">
            <action>maincpu.pw@F7B2A = 0002</action>
        </script>
    </cheat>

    <cheat desc="P2 Always Maximum Shot Power - Sidefighters">
        <script state="run">
            <action>maincpu.pw@F7B26 = 0002</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Bomb">
        <parameter>
            <item value="0x0000">Bomb I</item>
            <item value="0x0001">Bomb II</item>
            <item value="0x0002">Bomb III</item>
        </parameter>
        <script state="run">
            <action>maincpu.pw@F7B28 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Sidefighters">
        <parameter>
            <item value="0x0000">None</item>
            <item value="0x0001">V-shot</item>
            <item value="0x0002">Missile</item>
            <item value="0x0003">Homing</item>
        </parameter>
        <script state="run">
            <action>maincpu.pw@F7B24 = param</action>
        </script>
    </cheat>

</mamecheat>
"Finish this Level Now" : You need to wait several seconds to finish current level. In this "wait" time, you are not be invincible.
jman

my wip cheat database back-up (2024/12/01 ver.)
https://u3.getuploader.com/...../download/47
downloadpass : jman2020
Post Reply