[wldgunsb] Wild Guns

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

[wldgunsb] Wild Guns

Post by jman »

Basic RAM codes collection.

wldgunsb.xml

Code: Select all

<!-- Wild Guns (SNES bootleg) -->
<mamecheat version="1">

    <cheat desc="Infinite Credits">
        <script state="run">
            <action>maincpu.pb@78100C = 99</action>
        </script>
    </cheat>

    <cheat desc="Finish this Scene Now">
        <comment>Don't use in bonus stage due to the game crash</comment>
        <script state="on">
            <action>maincpu.pb@7E0002 = 18</action>
        </script>
    </cheat>

    <cheat desc="P1 Infinite Lives">
        <script state="run">
            <action>maincpu.pb@7E1FB2 = 09</action>
        </script>
    </cheat>

    <cheat desc="P1 Infinite Bombs">
        <script state="run">
            <action>maincpu.pb@7E1FA0 = 05</action>
        </script>
    </cheat>

    <cheat desc="P1 Invincibility">
        <script state="run">
            <action>maincpu.pb@7E1C80 = 02</action>
        </script>
    </cheat>

    <cheat desc="P1 Infinite Ammo">
        <script state="run">
            <action>maincpu.pb@7E1FB0 = 99</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Weapon">
        <parameter>
            <item value="0x02">Normal</item>
            <item value="0x06">S-gun</item>
            <item value="0x0A">G-gun</item>
            <item value="0x0E">M-gun</item>
            <item value="0x12">P-gun</item>
            <item value="0x16">V-gun</item>
        </parameter>
        <script state="run">
            <action>maincpu.pb@7E1FA8 = param</action>
        </script>
    </cheat>

    <cheat desc="P1 Always Maximum Power Meter">
        <script state="run">
            <action>maincpu.pb@7E0290 = 39</action>
        </script>
    </cheat>

    <cheat desc="P1 Always Have 'x5'">
        <script state="run">
            <action>maincpu.pb@7E1F82 = 0E</action>
        </script>
    </cheat>

    <cheat desc="P2 Infinite Lives">
        <script state="run">
            <action>maincpu.pb@7E1FB6 = 09</action>
        </script>
    </cheat>

    <cheat desc="P2 Infinite Bombs">
        <script state="run">
            <action>maincpu.pb@7E1FA4 = 05</action>
        </script>
    </cheat>

    <cheat desc="P2 Invincibility">
        <script state="run">
            <action>maincpu.pb@7E1C84 = 02</action>
        </script>
    </cheat>

    <cheat desc="P2 Infinite Ammo">
        <script state="run">
            <action>maincpu.pb@7E1FB0 = 99</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Weapon">
        <parameter>
            <item value="0x02">Normal</item>
            <item value="0x06">S-gun</item>
            <item value="0x0A">G-gun</item>
            <item value="0x0E">M-gun</item>
            <item value="0x12">P-gun</item>
            <item value="0x16">V-gun</item>
        </parameter>
        <script state="run">
            <action>maincpu.pb@7E1FAC = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Always Maximum Power Meter">
        <script state="run">
            <action>maincpu.pb@7E0294 = 39</action>
        </script>
    </cheat>

    <cheat desc="P2 Always Have 'x5'">
        <script state="run">
            <action>maincpu.pb@7E1F86 = 0E</action>
        </script>
    </cheat>

</mamecheat>
  • "Finish this Scene Now" : Don't use in bonus game due to the game crash. When you use it in last battle, the game returns to first scene of last stage after result screen.
  • "Invincibility" : This code hacks the address for flicker timer. So this code may have side effect (blinking etc).
  • "Always Maximum Power Meter" : You can get V-gun soon. But don't get in bonus stage.
jman

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