[bubbles]+ Bubbles

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

[bubbles]+ Bubbles

Post by jman »

bubbles.xml and bubblesr.xml

Code: Select all

    <cheat desc="Finish this Sink Now">
        <script state="on">
            <action>maincpu.pw@986E = 0000</action>
            <action>maincpu.pb@9871 = 00</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Sink">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="(maincpu.pb@9869 == 01) and (maincpu.pb@9A80 == 01)">maincpu.pb@9869 = param, maincpu.pb@9A80 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Sink">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="maincpu.pb@9A8E == 01">maincpu.pb@9A8E = param</action>
        </script>
    </cheat>
bubblesp.xml

Code: Select all

    <cheat desc="Finish this Sink Now">
        <script state="on">
            <action>maincpu.pw@986E = 0000</action>
            <action>maincpu.pb@9871 = 00</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Sink">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="(maincpu.pb@9869 == 01) and (maincpu.pb@9A80 == 01)">maincpu.pb@9869 = param, maincpu.pb@9A80 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Sink">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="maincpu.pb@9A8D == 01">maincpu.pb@9A8D = param</action>
        </script>
    </cheat>
jman

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