Page 1 of 1

[a5200/gyruss] Gyruss

Posted: Sat Jan 01, 2022 12:31 pm
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>