[conquest] Conquest

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

[conquest] Conquest

Post by jman »

Basic RAM cheats collection.

conquest.xml

Code: Select all

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

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

    <cheat desc="P1 Finish this Wave Now">
        <script state="on">
            <action condition="maincpu.pw@9C9C == A762">maincpu.pb@A770 = 00</action>
        </script>
    </cheat>

    <cheat desc="P2 Finish this Wave Now">
        <script state="on">
            <action condition="maincpu.pw@9C9C == A78C">maincpu.pb@A79A = 00</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Wave">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="maincpu.pb@A76A == 01">maincpu.pb@A76A = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Wave">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="maincpu.pb@A794 == 01">maincpu.pb@A794 = param</action>
        </script>
    </cheat>
Current database based on 0.264 have "invincibility" (ROM code) only but this code doesn't work in 0.265 or later version.
Many midway/williams.cpp games are affected.
jman

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