[arkanoid] ball select speed

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
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:

[arkanoid] ball select speed

Post by Pugsy »

will likely work for most of the clones as well:

Code: Select all

  <cheat desc="Select Perm Ball Speed"> <comment>1 = Slowest, 14 = Fastest</comment>
    <parameter min="1" max="14" step="1"/>
    <script state="run">
      <action>maincpu.ppb@C462=param</action>
    </script>
    <script state="off">
      <action>maincpu.ppb@C462=05</action>
    </script>
  </cheat>
Setting it to 0 will stop the ball, so pointless
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)
tiagosales
Posts: 5
Joined: Sun Jan 27, 2019 2:09 am

Re: [arkanoid] ball select speed

Post by tiagosales »

This not working in Arkanoid II Revenge Of Doh...
Post Reply