[warpwarp]+ Warp & Warp

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

[warpwarp]+ Warp & Warp

Post by jman »

warpwarp.xml, warpwarpr.xml and warpwarpr2.xml

Code: Select all

    <cheat desc="Infinite Credits">
        <script state="run">
            <action>maincpu.pb@8305 = 09</action>
        </script>
    </cheat>

    <cheat desc="Open Warp Gate Now">
        <script state="on">
            <action>maincpu.pw@81E4 = maincpu.pw@81E2</action>
        </script>
    </cheat>

    <cheat desc="Finish this Level Now">
        <script state="on">
            <action>maincpu.pd@8003 = 00000000</action>
            <action>maincpu.pb@8007 = 00</action>
            <action>maincpu.pb@8100 = 00</action>
            <action>maincpu.pb@8110 = 00</action>
            <action>maincpu.pb@8120 = 00</action>
            <action>maincpu.pb@8130 = 00</action>
            <action>maincpu.pb@8140 = 00</action>
            <action>maincpu.pb@8150 = 00</action>
            <action>maincpu.pb@8160 = 00</action>
            <action>maincpu.pb@8170 = 00</action>
        </script>
    </cheat>

    <cheat desc="Select Starting Level">
        <comment>both players share starting level</comment>
        <parameter min="01" max="50" step="01" />
        <script state="run">
            <action condition="maincpu.pw@8008 == 0001">maincpu.pb@8008 = (tobcd(param)), maincpu.pb@8009 = param - 1</action>
        </script>
    </cheat>
jman

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