[sf2] Street Fighter ll The World Warrior

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
Bortus
Posts: 17
Joined: Mon Mar 24, 2014 2:19 pm

[sf2] Street Fighter ll The World Warrior

Post by Bortus »

[sf2] Street Fighter 2 The World Warrior - Freeze PL1/PL2/CPU

Code: Select all


  <cheat desc="Freeze PL1/CPU">
    <parameter>
      <item value="0x00">Left Site</item>
      <item value="0x01">Middle</item>
      <item value="0x02">Right Site</item>
    </parameter>
    <script state="run">
      <!-- Left Site  -->
	  <action condition="(param==0x00)">maincpu.ppb@FF83CD=00</action>
      <!-- Middle -->
	  <action condition="(param==0x01)">maincpu.ppb@FF83CD=28</action>
      <!-- Right Site -->
	  <action condition="(param==0x02)">maincpu.ppb@FF83CD=FF</action>
    </script>
  </cheat>
  
  <cheat desc="Freeze PL2/CPU">
    <parameter>
      <item value="0x00">Left Site</item>
      <item value="0x01">Middle</item>
      <item value="0x02">Right Site</item>
    </parameter>
    <script state="run">
      <!-- Left Site  -->
	  <action condition="(param==0x00)">maincpu.ppb@FF86CD=00</action>
      <!-- Middle -->
	  <action condition="(param==0x01)">maincpu.ppb@FF86CD=D8</action>
      <!-- Right Site -->
	  <action condition="(param==0x02)">maincpu.ppb@FF86CD=FF</action>
    </script>
  </cheat>  

Last edited by Bortus on Fri May 02, 2014 10:20 pm, edited 2 times in total.
User avatar
HawkOne33
Posts: 95
Joined: Mon Jan 24, 2005 6:44 am
Location: Chicago, IL USA
Contact:

Re: [sf2] Street Fighter ll The World Warrior

Post by HawkOne33 »

Don't you mean "freeze"?
Bortus
Posts: 17
Joined: Mon Mar 24, 2014 2:19 pm

Re: [sf2] Street Fighter ll The World Warrior

Post by Bortus »

Oops, sorry about that! Already corrected.
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [sf2] Street Fighter ll The World Warrior

Post by Pugsy »

Thanks, added - cleaned up a bit:

Code: Select all

  <cheat desc="Freeze PL1">
    <parameter>
      <item value="0x00">Left Side</item>
      <item value="0x28">Middle</item>
      <item value="0xFF">Right Side</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF83CD=param</action>
    </script>
  </cheat>

  <cheat desc="Freeze PL2">
    <parameter>
      <item value="0x00">Left Side</item>
      <item value="0xD8">Middle</item>
      <item value="0xFF">Right Side</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF86CD=param</action>
    </script>
  </cheat>
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply