[conquest] Conquest

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
jman
Posts: 1316
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[conquest] Conquest

Post by jman »

conquest.xml

Code: Select all

<!-- Conquest (prototype) -->
<mamecheat version="1">

    <cheat desc="no hit">
        <script state="on">
            <action>maincpu.mb@19D2 = 20</action>
        </script>
        <script state="off">
            <action>maincpu.mb@19D2 = 23</action>
        </script>
    </cheat>

    <cheat desc="rapid fire">
        <script state="on">
            <action>maincpu.md@0824 = BD2030D6        </action>
            <action>maincpu.mq@2030 = 9A20850126014339</action>
            <!--
            2030 | 9A 20 : ORA    $20
            2032 | 85 01 : BITA   #$01
            2034 | 26 01 : BNE    $2037
            2036 | 43    : COMA
            2037 | 39    : RTS
            -->
        </script>
        <script state="off">
            <action>maincpu.md@0824 = 9A2043D6        </action>
            <action>maincpu.mq@2030 = 0000000000000000</action>
        </script>
    </cheat>

</mamecheat>
NOTE : All codes work in 0.265 or later version because ROM region is changed.
jman

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