[timecrs2] Time Crisis 2

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
n4sh
Posts: 2
Joined: Fri Jul 07, 2023 8:21 pm
Contact:

[timecrs2] Time Crisis 2

Post by n4sh »

Code: Select all

<mamecheat version="1">

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

  <cheat desc=" "/>
  
  <cheat desc="P1 Infinite Time">
    <script state="run">
      <action>maincpu.pb@002F4400=090960</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@002F4401=09</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Ammo">
    <script state="run">
      <action>maincpu.pb@002F43FF=09</action>
    </script>
  </cheat>

  <cheat desc="P1 Max Score">
    <script state="on">
      <action>maincpu.pb@002F43ED=98967F</action>
    </script>
  </cheat>

</mamecheat>
Last edited by n4sh on Fri Jul 07, 2023 10:59 pm, edited 2 times in total.
Post Reply