conquest.xml
Code: Select all
<cheat desc="P1 Infinite Lives">
<script state="run">
<action>maincpu.pb@A76B = 09</action>
</script>
</cheat>
<cheat desc="P2 Infinite Lives">
<script state="run">
<action>maincpu.pb@A795 = 09</action>
</script>
</cheat>
<cheat desc="P1 Finish this Wave Now">
<script state="on">
<action condition="maincpu.pw@9C9C == A762">maincpu.pb@A770 = 00</action>
</script>
</cheat>
<cheat desc="P2 Finish this Wave Now">
<script state="on">
<action condition="maincpu.pw@9C9C == A78C">maincpu.pb@A79A = 00</action>
</script>
</cheat>
<cheat desc="P1 Select Starting Wave">
<parameter min="01" max="99" step="01" />
<script state="run">
<action condition="maincpu.pb@A76A == 01">maincpu.pb@A76A = param</action>
</script>
</cheat>
<cheat desc="P2 Select Starting Wave">
<parameter min="01" max="99" step="01" />
<script state="run">
<action condition="maincpu.pb@A794 == 01">maincpu.pb@A794 = param</action>
</script>
</cheat>
Many midway/williams.cpp games are affected.