Page 1 of 1

[Sound Test] Raiden 2

Posted: Mon Sep 01, 2014 9:55 pm
by Tafoid
Works with Raiden II - very likely to work with all clones, DX as well.

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test">
  <parameter min="1" max="255" step="1"/>
    <script state="on">
      <action condition="maincpu.pw@9f4c==0000">maincpu.pw@9f4c=0001</action>
    </script>
    <script state="change">
    <action>audiocpu.pw@26a3=82ff</action>
    <action>audiocpu.pb@26a5=param</action>
    <action>audiocpu.pb@26a6=80</action>
    <action>audiocpu.pb@269f=a3</action>
    <action>audiocpu.pb@269d=a7</action>
    </script>
  </cheat>
</mamecheat>

Re: [Sound Test] Raiden 2

Posted: Sun Sep 21, 2014 3:54 pm
by Pugsy
Thanks, added