[tokkae] Prevent Balls from Quick Rise in 2-Player

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
MansterSoft
Posts: 1
Joined: Fri Sep 06, 2019 7:21 pm

[tokkae] Prevent Balls from Quick Rise in 2-Player

Post by MansterSoft »

In 2-Player mode if the match goes on too long the machine suddenly scrolls both player's balls at lightning speed. Essentially it's a "You spent too much time on the machine, give us more money" mechanism. It exists in many puzzle games, but is particularly cruel in this game.

Hopefully this cheat is easily doable given the previous work on both "P1 Balls Don`t Rise" and "P2 Balls Don't Rise".

Code: Select all

<cheat desc="P1 Balls Don`t Rise">
    <script state="run">
      <action>maincpu.pb@C1123B=00</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P2 Balls Don`t Rise">
    <script state="run">
      <action>maincpu.pb@C11577=00</action>
    </script>
  </cheat>
First post here. I've been a MAME fanatic and I'm trying to learn cheat-making myself so I can remove this function in all of the puzzle games. I'm curious what the results of this hack will be (whether it's time-based, point-based, some other variable).
Post Reply