fantastc.xml
Code: Select all
<mamecheat version="1">
<cheat desc="Infinite Lives">
<script state="run">
<action>maincpu.pb@84FE=05</action>
</script>
</cheat>
<cheat desc="Invincibility">
<script state="on">
<action>temp0 =maincpu.mb@015C</action>
<action>temp1 =maincpu.mb@1EAF</action>
</script>
<script state="run">
<action>maincpu.mb@015C=18</action> <!-- Bullets -->
<action>maincpu.mb@1EAF=18</action> <!-- Ship 2 Collisions -->
</script>
<script state="off">
<action>maincpu.mb@015C=temp0 </action>
<action>maincpu.mb@1EAF=temp1 </action>
</script>
</cheat>
<cheat desc="Rapid Fire"> <comment>This cheat enables continuous attack during by holding the fire button</comment>
<script state="run">
<action>maincpu.pb@8626=00|(maincpu.pb@8626 BAND ~01)</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->