rltennis.xml:-
Code: Select all
<mamecheat version="1">
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@20920D=09</action>
</script>
</cheat>
<cheat desc="Infinite 'Game' Time">
<script state="run">
<action>maincpu.pw@209208=03E7</action>
</script>
</cheat>
<cheat desc="Infinite 'Serve' Time">
<script state="run">
<action>maincpu.pb@209205=09</action>
</script>
</cheat>
<cheat desc=" "/>
<cheat desc="Set Score to 40-0 Now! PL1">
<script state="on">
<action>maincpu.pb@2081AD=03</action>
<action>maincpu.pb@2081AF=00</action>
</script>
</cheat>
<cheat desc="Select 'Game' Score Now! PL1">
<parameter>
<item value="0x00">0</item>
<item value="0x01">15</item>
<item value="0x02">30</item>
<item value="0x03">40</item>
</parameter>
<script state="change">
<action>maincpu.pb@2081AD=param</action>
</script>
</cheat>
<cheat desc=" "/>
<cheat desc="Set Score to 40-0 Now! PL2">
<script state="on">
<action>maincpu.pb@2081AD=00</action>
<action>maincpu.pb@2081AF=03</action>
</script>
</cheat>
<cheat desc="Select 'Game' Score Now! PL2">
<parameter>
<item value="0x00">0</item>
<item value="0x01">15</item>
<item value="0x02">30</item>
<item value="0x03">40</item>
</parameter>
<script state="change">
<action>maincpu.pb@2081AF=param</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->