Code: Select all
<cheat desc="Select Jump Height PL1">
<parameter min="0" max="9" step="1"/>
<script state="run">
<action>maincpu.pb@3A8937=(param)</action>
</script>
</cheat>
<cheat desc="Select Bat Options PL1">
<parameter min="0" max="7" step="1"/>
<script state="run">
<action>maincpu.pb@3A89ED=(param)</action>
</script>
</cheat>
<cheat desc="Select Jump Height PL2">
<parameter min="0" max="9" step="1"/>
<script state="run">
<action>maincpu.pb@3A893D=(param)</action>
</script>
</cheat>
<cheat desc="Select Bat Options PL2">
<parameter min="0" max="7" step="1"/>
<script state="run">
<action>maincpu.pb@3A89F3=(param)</action>
</script>
</cheat>
Code: Select all
<cheat desc="Infinite Helps">
<script state="run">
<action>maincpu.pb@3Ab815=02</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL1">
<script state="run">
<action>maincpu.pb@3A74b3=05</action>
</script>
</cheat>
<cheat desc="Infinite Time PL1">
<script state="run">
<action>maincpu.pb@3Ab7d9=63</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL2">
<script state="run">
<action>maincpu.pb@3A74b5=05</action>
</script>
</cheat>
<cheat desc="Infinite Time PL2">
<script state="run">
<action>maincpu.pb@3Ab7db=63</action>
</script>
</cheat>
Code: Select all
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pb@3A7167=00</action>
</script>
</cheat>
Note that these addresses (and the ones previously in bestri.xml) are only valid if you reset the machine and let the "Die Break" logo to display before inserting a coin because they are somewhere based on the stack which changes if you let the "attract mode" run or if you have already played the game ...

