[bstars] Baseball Stars Professional

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
User avatar
ReyVGM
Posts: 147
Joined: Thu May 11, 2006 3:55 pm
Contact:

[bstars] Baseball Stars Professional

Post by ReyVGM »

Bah, forget it. They're fake. It changes your displayed score, but it doesn't really do anything. You can still lose.

Code: Select all

 <cheat desc="Team 1 9 Points">
    <script state="run">
      <action>maincpu.ppb@1010AB=09</action>
    </script>
  </cheat>

  <cheat desc="Team 1 0 Points">
    <script state="run">
      <action>maincpu.ppb@1010AB=00</action>
    </script>
  </cheat>

  <cheat desc="Team 2 9 Points">
    <script state="run">
      <action>maincpu.ppb@101098=09</action>
    </script>
  </cheat>

   <cheat desc="Team 2 0 Points">
    <script state="run">
      <action>maincpu.ppb@101098=00</action>
    </script>
  </cheat>
Post Reply