Page 1 of 1

[a5200/buckrog] Buck Rogers-Planet of Zoom

Posted: Thu Dec 30, 2021 12:58 pm
by mezdap
[a5200] buckrog.xml

Code: Select all

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

Code: Select all

  <cheat desc="Infinite Fuel">
    <script state="run">
      <action>maincpu.pb@009E=60</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Select Starting Level">
    <parameter min="0" max="19" step="1"/>
    <script state="run">
      <action condition="maincpu.pb@00AE == 0">maincpu.pb@00AE=param</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Finish This Level Now!">
    <script state="on">
      <action>maincpu.pb@007B=01</action>
    </script>
  </cheat>