Code: Select all
<!-- Demoneye-X -->
<mamecheat version="1">
<cheat desc="Finish this Level Now">
<script state="on">
<action>maincpu.pq@0088 = 0000000000000000</action>
<action>maincpu.pb@0090 = 0F</action>
</script>
</cheat>
<cheat desc="P1 Select Starting Level">
<parameter min="01" max="100" step="01" />
<script state="run">
<action condition="maincpu.pb@0026 == 00">maincpu.pb@0026 = tobcd(param - 1)</action>
</script>
</cheat>
<cheat desc="P2 Select Starting Level">
<parameter min="01" max="100" step="01" />
<script state="run">
<action condition="maincpu.pb@002E == 00">maincpu.pb@002E = tobcd(param - 1)</action>
</script>
</cheat>
</mamecheat>