[genesis/rocketu] Rocket Knight Adventures

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
orescify
Posts: 27
Joined: Wed Jul 26, 2023 6:30 pm
Has thanked: 3 times

[genesis/rocketu] Rocket Knight Adventures

Post by orescify »

Code: Select all

  <cheat desc="Max Energy">
    <script state="on">
      <action>maincpu.pb@FFC041=3F</action>
    </script>
  </cheat>
  
  <cheat desc="Max Lives">
    <script state="on">
      <action>maincpu.pb@FFFB0D=99</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Energy">
    <script state="on">
      <action>mdslot:cart:rom.mb@00F545=08</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@00F545=04</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mb@011897=00</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@011897=01</action>
    </script>
  </cheat>
  
  <cheat desc="Fast Charge">
    <script state="on">
      <action>mdslot:cart:rom.mb@00F614=60</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@00F614=6C</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@FFC069=84</action>
    </script>
  </cheat>
  
Post Reply