blockfvr.xml
Code: Select all
<cheat desc="P1 Infinite Lives">
<script state="run">
<action>maincpu.pb@1149 = 09</action>
</script>
</cheat>
<cheat desc="P2 Infinite Lives">
<script state="run">
<action>maincpu.pb@114A = 09</action>
</script>
</cheat>
<cheat desc="Ball Speed">
<parameter min="01" max="16" step="01" />
<script state="run">
<action>maincpu.pb@1133 = param</action>
</script>
</cheat>