[defender]+ Defender

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

[defender]+ Defender

Post by jman »

defender.xml, defenderj.xml, defenderom.xml and defenseb.xml

Code: Select all

    <cheat desc="Finish this Attack Wave Now">
        <script state="on">
            <action>maincpu.pb@A0FB = 00</action>
            <action>maincpu.pb@A0FE = 00</action>
            <action>maincpu.pd@A112 = 00000000</action>
            <action>maincpu.pb@A116 = 00</action>
        </script>
    </cheat>
defenderg.xml, defenderb.xml and attackf.xml

Code: Select all

    <cheat desc="Finish this Attack Wave Now">
        <script state="on">
            <action>maincpu.pb@A0BE = 00</action>
            <action>maincpu.pb@A0C1 = 00</action>
            <action>maincpu.pd@A0D5 = 00000000</action>
            <action>maincpu.pb@A0D9 = 00</action>
        </script>
    </cheat>
defenderw.xml, defndjeu.xml, tornado1.xml, zero.xml, zero2.xml, defcmnd.xml and startrkd.xml

Code: Select all

    <cheat desc="Finish this Attack Wave Now">
        <script state="on">
            <action>maincpu.pb@A0BB = 00</action>
            <action>maincpu.pb@A0BE = 00</action>
            <action>maincpu.pd@A0D2 = 00000000</action>
            <action>maincpu.pb@A0D6 = 00</action>
        </script>
    </cheat>
defence.xml and galwars2.xml

Code: Select all

    <cheat desc="Finish this Attack Wave Now">
        <script state="on">
            <action>maincpu.pb@A0F8 = 00</action>
            <action>maincpu.pb@A0FB = 00</action>
            <action>maincpu.pd@A10F = 00000000</action>
            <action>maincpu.pb@A113 = 00</action>
        </script>
    </cheat>
tornado2.xml is missing due to bad dump and not working. I have traced program code but no result.
jman

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