[a5200/buckrog] Buck Rogers-Planet of Zoom

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/buckrog] Buck Rogers-Planet of Zoom

Post 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>
Post Reply