twinbrat.xml
Code: Select all
<!-- Twin Brats (set 1) -->
<mamecheat version="1">
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@1121CA = 09</action>
</script>
</cheat>
<cheat desc="Infinite Enemy Time">
<script state="run">
<action>maincpu.pw@112380 = 0100</action>
</script>
</cheat>
<cheat desc="Freeze All Enemies">
<script state="run">
<action>maincpu.pw@112476 = 0002</action>
<action>maincpu.pw@112478 = 0002</action>
<action>maincpu.pw@11247A = 0002</action>
<action>maincpu.pw@11247C = 0002</action>
</script>
</cheat>
<cheat desc="Finish this Stage Now!">
<script state="run">
<action>maincpu.pb@1128BC = 00</action>
</script>
</cheat>
<cheat desc="Select Current Timer Colour">
<parameter>
<item value="0x00">Green</item>
<item value="0x01">Blue</item>
<item value="0x02">Red</item>
</parameter>
<script state="run">
<action>maincpu.pb@112379 = param</action>
</script>
</cheat>
<cheat desc=" " />
<cheat desc="P1 Infinite Lives">
<script state="run">
<action>maincpu.pb@1123A2 = 09</action>
</script>
</cheat>
<cheat desc="P1 Invincibility">
<script state="run">
<action>maincpu.pw@11215C = 0002</action> <!-- flicker timer -->
<action>maincpu.pb@11238B = 01</action> <!-- flicker flag -->
</script>
</cheat>
<cheat desc="P1 Always Have 'x5'">
<script state="run">
<action>maincpu.pb@112391 = 03</action>
</script>
</cheat>
<cheat desc="P1 Get 'E' Letter Now!">
<script state="on">
<action>maincpu.pb@1123A9 &= ~01</action>
</script>
</cheat>
<cheat desc="P1 Get 'X' Letter Now!">
<script state="on">
<action>maincpu.pb@1123A9 &= ~02</action>
</script>
</cheat>
<cheat desc="P1 Get 'T' Letter Now!">
<script state="on">
<action>maincpu.pb@1123A9 &= ~04</action>
</script>
</cheat>
<cheat desc="P1 Get 'R' Letter Now!">
<script state="on">
<action>maincpu.pb@1123A9 &= ~08</action>
</script>
</cheat>
<cheat desc="P1 Get 'A' Letter Now!">
<script state="on">
<action>maincpu.pb@1123A9 &= ~10</action>
</script>
</cheat>
<cheat desc="P1 Get 'C' Letter Now!">
<script state="on">
<action>maincpu.pb@1123AB &= ~20</action>
</script>
</cheat>
<cheat desc="P1 Get 'L' Letter Now!">
<script state="on">
<action>maincpu.pb@1123AB &= ~40</action>
</script>
</cheat>
<cheat desc="P1 Get 'E' Letter Now!">
<script state="on">
<action>maincpu.pb@1123AB &= ~01</action>
</script>
</cheat>
<cheat desc="P1 Get 'A' Letter Now!">
<script state="on">
<action>maincpu.pb@1123AB &= ~10</action>
</script>
</cheat>
<cheat desc="P1 Get 'R' Letter Now!">
<script state="on">
<action>maincpu.pb@1123AB &= ~08</action>
</script>
</cheat>
<cheat desc=" " />
<cheat desc="P2 Infinite Lives">
<script state="run">
<action>maincpu.pb@1123CC = 09</action>
</script>
</cheat>
<cheat desc="P2 Invincibility">
<script state="run">
<action>maincpu.pw@11215E = 0002</action> <!-- flicker timer -->
<action>maincpu.pb@1123B5 = 01</action> <!-- flicker flag -->
</script>
</cheat>
<cheat desc="P2 Always Have 'x5'">
<script state="run">
<action>maincpu.pb@1123BB = 03</action>
</script>
</cheat>
<cheat desc="P2 Get 'E' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D3 &= ~01</action>
</script>
</cheat>
<cheat desc="P2 Get 'X' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D3 &= ~02</action>
</script>
</cheat>
<cheat desc="P2 Get 'T' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D3 &= ~04</action>
</script>
</cheat>
<cheat desc="P2 Get 'R' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D3 &= ~08</action>
</script>
</cheat>
<cheat desc="P2 Get 'A' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D3 &= ~10</action>
</script>
</cheat>
<cheat desc="P2 Get 'C' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D5 &= ~20</action>
</script>
</cheat>
<cheat desc="P2 Get 'L' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D5 &= ~40</action>
</script>
</cheat>
<cheat desc="P2 Get 'E' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D5 &= ~01</action>
</script>
</cheat>
<cheat desc="P2 Get 'A' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D5 &= ~10</action>
</script>
</cheat>
<cheat desc="P2 Get 'R' Letter Now!">
<script state="on">
<action>maincpu.pb@1123D5 &= ~08</action>
</script>
</cheat>
</mamecheat>