Page 1 of 1

[arkanoid] ball select speed

Posted: Sun Jan 27, 2019 10:02 pm
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

Re: [arkanoid] ball select speed

Posted: Tue Jul 16, 2019 4:02 pm
by tiagosales
This not working in Arkanoid II Revenge Of Doh...