Code: Select all
<mamecheat version="1">
<cheat desc="Finish this Level Now">
<comment>You need to wait several seconds to finish current level</comment>
<script state="on">
<action>maincpu.pw@F9022 = 2B80</action>
</script>
</cheat>
<cheat desc="Select Starting Level">
<parameter min="01" max="14" step="01" />
<script state="run">
<action condition="(maincpu.pw@F9072 == 0000) and (maincpu.pw@F9020 == 0000)">maincpu.pw@F9020 = param - 1</action>
</script>
</cheat>
<cheat desc="P1 Always Maximum Shot Power - Player">
<script state="run">
<action>maincpu.pw@F775C = 0006</action>
</script>
</cheat>
<cheat desc="P1 Always Maximum Bomb Power">
<script state="run">
<action>maincpu.pw@F772A = 0002</action>
</script>
</cheat>
<cheat desc="P1 Always Maximum Shot Power - Sidefighters">
<script state="run">
<action>maincpu.pw@F7726 = 0002</action>
</script>
</cheat>
<cheat desc="P1 Select Bomb">
<parameter>
<item value="0x0000">Bomb I</item>
<item value="0x0001">Bomb II</item>
<item value="0x0002">Bomb III</item>
</parameter>
<script state="run">
<action>maincpu.pw@F7728 = param</action>
</script>
</cheat>
<cheat desc="P1 Select Sidefighters">
<parameter>
<item value="0x0000">None</item>
<item value="0x0001">V-shot</item>
<item value="0x0002">Missile</item>
<item value="0x0003">Homing</item>
</parameter>
<script state="run">
<action>maincpu.pw@F7724 = param</action>
</script>
</cheat>
<cheat desc="P2 Always Maximum Shot Power - Player">
<script state="run">
<action>maincpu.pw@F7B5C = 0006</action>
</script>
</cheat>
<cheat desc="P2 Always Maximum Bomb Power">
<script state="run">
<action>maincpu.pw@F7B2A = 0002</action>
</script>
</cheat>
<cheat desc="P2 Always Maximum Shot Power - Sidefighters">
<script state="run">
<action>maincpu.pw@F7B26 = 0002</action>
</script>
</cheat>
<cheat desc="P2 Select Bomb">
<parameter>
<item value="0x0000">Bomb I</item>
<item value="0x0001">Bomb II</item>
<item value="0x0002">Bomb III</item>
</parameter>
<script state="run">
<action>maincpu.pw@F7B28 = param</action>
</script>
</cheat>
<cheat desc="P2 Select Sidefighters">
<parameter>
<item value="0x0000">None</item>
<item value="0x0001">V-shot</item>
<item value="0x0002">Missile</item>
<item value="0x0003">Homing</item>
</parameter>
<script state="run">
<action>maincpu.pw@F7B24 = param</action>
</script>
</cheat>
</mamecheat>