Skip to content

Instantly share code, notes, and snippets.

@poliva
Created April 8, 2014 08:07
Show Gist options
  • Save poliva/10100976 to your computer and use it in GitHub Desktop.
Save poliva/10100976 to your computer and use it in GitHub Desktop.
SSF2XJ mame cheat: Select Difficulty
<cheat desc="Select Difficulty">
<parameter>
<item value="0x00">1/Easiest</item>
<item value="0x01">2/Very Easy</item>
<item value="0x02">3/Easy</item>
<item value="0x03">4/Medium</item>
<item value="0x04">5/Medium Hard</item>
<item value="0x05">6/Hard</item>
<item value="0x06">7/Very Hard</item>
<item value="0x07">8/Hardest</item>
</parameter>
<script state="on">
<action>temp0=maincpu.rb@FF82D3</action>
</script>
<script state="run">
<action>maincpu.pb@FF82D3=param</action>
</script>
<script state="off">
<action>maincpu.pb@FF82D3=temp0</action>
</script>
</cheat>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment