Primal Rage (version 2.3) [MAME]
Code:
<cheat desc="[B][COLOR=#0099ff]Disable Blocking (Both Players)[/COLOR][/B]">
<script state="run">
<action>maincpu.mw@016F2E=6016</action>
<action>maincpu.mw@016F64=6016</action>
</script>
<script state="off">
<action>maincpu.mw@016F2E=6716</action>
<action>maincpu.mw@016F64=6716</action>
</script>
</cheat>

Comment