[pnyaa] Pochi and Nyaa: I made my first cheat.

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:

[pnyaa] Pochi and Nyaa: I made my first cheat.

Post by ReyVGM »

I made my first MAME cheat, yay. The cheat is for Pochi and Nyaa, the only Neogeo game without cheats.

This code will make it so the computer is constantly flooded with garbage. It's a Puyo Puyo clone, so it's basically an easy win cheat.

This code is for the 1 or 2 Player Versus Mode.

Code: Select all

<cheat desc="Flood The Opponent">
    <script state="run">
      <action>maincpu.ppb@102C15=55</action>
    </script>
  </cheat>

And this code is for the Attack Mode. Basically the "intruders" are the amount of combos you must do to go to the next stage. If you enable this code, you can jump right to the last stage. But I think it would be best if someone with more experience would modify the cheat so it works more like a "Select amount of", that way people will be able to chose how many intruders they would want.

Code: Select all

 <cheat desc="Max Intruders">
    <script state="run">
      <action>maincpu.ppb@10C82B=FF</action>
    </script>
  </cheat>

   <cheat desc="Max Intruders">
    <script state="run">
      <action>maincpu.ppb@10C82a=10</action>
    </script>
  </cheat>
Post Reply