Code: Select all
<!-- Conquest (prototype) -->
<mamecheat version="1">
<cheat desc="no hit">
<script state="on">
<action>maincpu.mb@19D2 = 20</action>
</script>
<script state="off">
<action>maincpu.mb@19D2 = 23</action>
</script>
</cheat>
<cheat desc="rapid fire">
<script state="on">
<action>maincpu.md@0824 = BD2030D6 </action>
<action>maincpu.mq@2030 = 9A20850126014339</action>
<!--
2030 | 9A 20 : ORA $20
2032 | 85 01 : BITA #$01
2034 | 26 01 : BNE $2037
2036 | 43 : COMA
2037 | 39 : RTS
-->
</script>
<script state="off">
<action>maincpu.md@0824 = 9A2043D6 </action>
<action>maincpu.mq@2030 = 0000000000000000</action>
</script>
</cheat>
</mamecheat>