[elfin] requested infinite time
Posted: Sat Oct 18, 2014 3:03 pm
Requested, added three types of infinite time - done quick tests and seem to work fine.
elfin.xml:-
elfin.xml:-
Code: Select all
<mamecheat version="1">
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pd@36500=00000063</action>
</script>
</cheat>
<cheat desc="Infinite Time"> <comment>Curtain Never Drops</comment>
<script state="run">
<action>maincpu.pd@4C3E4=00000001</action>
</script>
</cheat>
<cheat desc="Infinite Move Time">
<script state="run">
<action condition="maincpu.pb@5CECB!=00">maincpu.pd@50F94=00000001</action>
</script>
</cheat>
<cheat desc="Infinite Bonus Time ">
<script state="run">
<action>maincpu.pd@3A870=000003E7</action>
</script>
</cheat>
<cheat desc="Infinite Lives [SOLO GAME]">
<script state="run">
<action>maincpu.pd@4EF2C=00000002</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->