Skip to content

Instantly share code, notes, and snippets.

@poliva
Created April 8, 2014 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poliva/10100281 to your computer and use it in GitHub Desktop.
Save poliva/10100281 to your computer and use it in GitHub Desktop.
SSF2XJ mame cheat: controller mode
<cheat desc="P1 Controller">
<comment>Crashes if the game started as Human and you switch it to CPU</comment>
<parameter>
<item value="0x00">CPU</item>
<item value="0x01">Human</item>
</parameter>
<script state="run">
<action>maincpu.pb@FF87DC=param</action>
</script>
</cheat>
<cheat desc="P2 Controller">
<comment>Crashes if the game started as Human and you switch it to CPU</comment>
<parameter>
<item value="0x00">CPU</item>
<item value="0x01">Human</item>
</parameter>
<script state="run">
<action>maincpu.pb@FF8BDC=param</action>
</script>
</cheat>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment