[a5200/gyruss] Gyruss

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
mezdap
Posts: 96
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[a5200/gyruss] Gyruss

Post by mezdap »

[a5200] gyruss.xml

Code: Select all

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@00AA=05</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P1 Double Fire">
    <script state="run">
      <action>maincpu.pb@0094=01</action>
    </script>
    <script state="off">
      <action>maincpu.pb@0094=00</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@00AB=05</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P2 Double Fire">
    <script state="run">
      <action>maincpu.pb@0095=01</action>
    </script>
    <script state="off">
      <action>maincpu.pb@0095=00</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Two Player Version"> <comment>Turn it On for P2 and Press Start Button</comment>
    <script state="run">
      <action>maincpu.pb@0091=01</action>
    </script>
    <script state="off">
      <action>maincpu.pb@0091=00</action>
    </script>
  </cheat>
Post Reply