[a5200/aep] A.E.(Prototype)

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/aep] A.E.(Prototype)

Post by mezdap »

[a5200] aep.xml

Code: Select all

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@08BD=02</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@08A7=01</action>
      <action>maincpu.pb@08A8=1F</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Finish This Stage Now!">
    <script state="on">
      <action>maincpu.pb@08CE=01</action>
    </script>
  </cheat>
Post Reply