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.
-
asper
- Posts: 132
- Joined: Thu Oct 18, 2007 11:44 am
Post
by asper »
Thanks to pugsy and Mohsin now I am able to do more "refined" cheats
Code: Select all
<mamecheat version="1">
<cheat desc="Infinite Lives P1">
<script state="run">
<action>cpu.pb@400285E5=06</action>
</script>
</cheat>
<cheat desc="Always Have Speed P1">
<script state="run">
<action>cpu.pb@400285DF=01</action>
</script>
</cheat>
<cheat desc="Select Nex Round">
<parameter min="0" max="34" step="1"/>
<script state="run">
<action>cpu.pb@4002442F=(param-1)</action>
</script>
</cheat>
<cheat desc="1 Remaining Tank to Destroy">
<script state="on">
<action>cpu.pb@400260AF=01</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
If you set 35 (Dec) as next level, at next round the ending sequence will be shown

-
Pugsy
- Posts: 3688
- Joined: Fri Aug 17, 2001 12:59 am
- Location: North Wales, UK.
- Has thanked: 1 time
- Been thanked: 19 times
-
Contact:
Post
by Pugsy »
Thanks, added. Also added Invincibility (ROM) + PL2 cheats
Code: Select all
<mamecheat version="1">
<cheat desc="Select Next Mission Now!"> <comment>Set during play</comment>
<parameter min="2" max="36" step="1"/>
<script state="change">
<action>cpu.pb@4002442F=param-2</action>
</script>
</cheat>
<cheat desc="Destroy 1 Tank to Finish Mission Now!">
<script state="on">
<action>cpu.pb@400260AF=01</action>
</script>
</cheat>
<cheat desc="Invincibility">
<script state="on">
<action>temp0 =cpu.pb@4001B3DB</action>
<action>temp1 =cpu.pb@4001CEDC</action>
<action>temp2 =cpu.pb@4001A7AE</action>
<action>temp3 =cpu.pb@4001B79C</action>
<action>temp4 =cpu.pb@4001BB8E</action>
<action>temp5 =cpu.pb@4001BB6C</action>
</script>
<script state="run">
<action>cpu.pb@4001B3DB=00</action> <!-- Normal Tanks (Program Code Cheat) -->
<action>cpu.pb@4001CEDC=FC</action> <!-- Base Attack (Program Code Cheat) -->
<action>cpu.pb@4001A7AE=FC</action> <!-- Bomb Laying Tanks (Program Code Cheat) -->
<action>cpu.pb@4001B79C=FC</action> <!-- Last Level (Program Code Cheat) -->
<action>cpu.pb@4001BB8E=FC</action> <!-- Base Attack (Program Code Cheat) -->
<action>cpu.pb@4001BB6C=FC</action> <!-- Base Attack (Program Code Cheat) -->
</script>
<script state="off">
<action>cpu.pb@4001B3DB=temp0 </action>
<action>cpu.pb@4001CEDC=temp1 </action>
<action>cpu.pb@4001A7AE=temp2 </action>
<action>cpu.pb@4001B79C=temp3 </action>
<action>cpu.pb@4001BB8E=temp4 </action>
<action>cpu.pb@4001BB6C=temp5 </action>
</script>
</cheat>
<cheat desc=" "/>
<cheat desc="Infinite Lives PL1">
<script state="run">
<action>cpu.pb@400285E5=07</action>
</script>
</cheat>
<cheat desc="Always have Maximum Speed PL1">
<script state="run">
<action>cpu.pb@400285DF=01</action>
</script>
</cheat>
<cheat desc=" "/>
<cheat desc="Infinite Lives PL2">
<script state="run">
<action>cpu.pb@400286ED=07</action>
</script>
</cheat>
<cheat desc="Always have Maximum Speed PL2">
<script state="run">
<action>cpu.pb@400286E7=01</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->