[CPS3BOOT] - Copied Cheats

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
Slade1972
Posts: 11
Joined: Wed Nov 14, 2018 1:14 pm

[CPS3BOOT] - Copied Cheats

Post by Slade1972 »

Good afternoon,

I did the first few of these cheats myself, then realised there's more than likely a clone / original hardware in the list somewhere. Lo and behold, there is. These are copied directly from another cheat file.

I haven't tested all of these, and the region cheat may not be needed (you can select it in the beginning). The few that I did test worked fine (health for both players, time, credit).

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@2008528=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@2010167=63</action>
    </script>
  </cheat>

  <cheat desc="Finish this Round Now!"> <comment>Disable Infinite Time before activating this cheat</comment>
    <script state="on">
      <action>maincpu.pb@2010167=01</action>
    </script>
  </cheat>

  <cheat desc="Select Permanent Background">
    <parameter>
      <item value="0x01">Alex</item>
      <item value="0x02">Ryu</item>
      <item value="0x03">Yun</item>
      <item value="0x04">Dudley</item>
      <item value="0x05">Necro</item>
      <item value="0x06">Hugo</item>
      <item value="0x07">Ibuki</item>
      <item value="0x08">Elena</item>
      <item value="0x09">Oro</item>
      <item value="0x0A">Yang</item>
      <item value="0x0B">Ken</item>
      <item value="0x0C">Sean</item>
      <item value="0x0D">Urien</item>
      <item value="0x0E">Akuma</item>
      <item value="0x0F">Shin Akuma</item>
      <item value="0x00">Gill</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@20142E7=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Energy">
    <script state="run">
      <action>maincpu.pb@200E5A3=A0</action>
    </script>
  </cheat>

  <cheat desc="P1 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pb@200E5A3=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Power">
    <script state="run">
      <action>maincpu.pb@200ED35=A0</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Stun Status">
    <parameter>
      <item value="0x60">Always Stunned</item>
      <item value="0x00">Never Stunned</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@200ED7D=param</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Character"> <comment>Enable on the Character Selection screen</comment>
    <parameter>
      <item value="0x00">Ryu</item>
      <item value="0x01">Alex</item>
      <item value="0x02">Yun</item>
      <item value="0x03">Necro</item>
      <item value="0x04">Ibuki</item>
      <item value="0x05">Hugo</item>
      <item value="0x06">Sean</item>
      <item value="0x07">Urien</item>
      <item value="0x08">Elena</item>
      <item value="0x09">Oro</item>
      <item value="0x0A">Yang</item>
      <item value="0x0B">Dudley</item>
      <item value="0x0C">Ken</item>
      <item value="0x0D">#Akuma#</item>
      <item value="0x1A">#Gill#</item>
      <item value="0x0E">#Shin Akuma#</item>
    </parameter>
    <script state="on">
      <action>temp0 =maincpu.pb@2010177</action>
    </script>
    <script state="run">
      <action>maincpu.pb@20142C1=param</action>
      <action condition="(param==0E)">maincpu.pb@2010177=0F</action>
    </script>
    <script state="off">
      <action>maincpu.pb@2010177=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Energy">
    <script state="run">
      <action>maincpu.pb@200E9AF=A0</action>
    </script>
  </cheat>

  <cheat desc="P2 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pb@200E9AF=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Power">
    <script state="run">
      <action>maincpu.pb@200ED61=A0</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Stun Status">
    <parameter>
      <item value="0x60">Always Stunned</item>
      <item value="0x00">Never Stunned</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@200ED91=param</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Character"> <comment>Enable on the Character Selection screen</comment>
    <parameter>
      <item value="0x00">Ryu</item>
      <item value="0x01">Alex</item>
      <item value="0x02">Yun</item>
      <item value="0x03">Necro</item>
      <item value="0x04">Ibuki</item>
      <item value="0x05">Hugo</item>
      <item value="0x06">Sean</item>
      <item value="0x07">Urien</item>
      <item value="0x08">Elena</item>
      <item value="0x09">Oro</item>
      <item value="0x0A">Yang</item>
      <item value="0x0B">Dudley</item>
      <item value="0x0C">Ken</item>
      <item value="0x0D">#Akuma#</item>
      <item value="0x1A">#Gill#</item>
      <item value="0x0E">#Shin Akuma#</item>
    </parameter>
    <script state="on">
      <action>temp0 =maincpu.pb@2010178</action>
    </script>
    <script state="run">
      <action>maincpu.pb@20142C3=param</action>
      <action condition="(param==0E)">maincpu.pb@2010178=0F</action>
    </script>
    <script state="off">
      <action>maincpu.pb@2010178=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="No Background Music">
    <script state="run">
      <action>maincpu.pb@20731D6=00</action>
    </script>
  </cheat>

  <cheat desc="Select Region"> <comment>This cheat sets the machine region - the effectiveness may vary! You have to enable this ASAP - ON or before the ROM check screen! Or enable + RESET</comment>
    <parameter>
      <item value="0x01">Japan</item>
      <item value="0x02">Asia (NCD)</item>
      <item value="0x03">Euro</item>
      <item value="0x04">USA</item>
      <item value="0x05">Hispanic</item>
      <item value="0x06">Brazil</item>
      <item value="0x07">Oceania</item>
      <item value="0x08">Asia</item>
    </parameter>
    <script state="on">
      <action>temp0 =maincpu.rb@001FECB</action>
    </script>
    <script state="run">
      <action>maincpu.rb@001FECB=param</action>
    </script>
    <script state="off">
      <action>maincpu.rb@001FECB=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Select CD Check"> <comment>Selecting False on the CD version will just cause the BIOS to complain there's not enough memory on the PCB</comment>
    <parameter>
      <item value="0x0B">False</item>
      <item value="0x00">True</item>
    </parameter>
    <script state="on">
      <action>temp0 =maincpu.rb@001FECC</action>
    </script>
    <script state="run">
      <action>maincpu.rb@001FECC=param</action>
    </script>
    <script state="off">
      <action>maincpu.rb@001FECC=temp0 </action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
Slade1972
Posts: 11
Joined: Wed Nov 14, 2018 1:14 pm

Re: [CPS3BOOT] - Copied Cheats

Post by Slade1972 »

I should also point out that it's likely that all these cheats would work with the clones of the above game as well.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [CPS3BOOT] - Copied Cheats

Post by Pugsy »

Bit awkward CPS3BOOT+clones as there is no guarantee which game is loaded, the CHD for each set contains multiple games. In the case of CPS3BOOT it's about 7 games and it takes 10-50 mins to change games.

For CPS3BOOT I had a different game loaded then you did - so none of the cheats worked.

To change games hold down 1 when the game boots and when the menu comes up select option 4 and select the game you want to flash and WAIT.

I'll have to have a think on how to handle them...
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply