[genesis/pitfallu] Pitfall

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/pitfallu] Pitfall

Post by orescify »

Code: Select all

  <cheat desc="Max Energy">
    <script state="on">
      <action>maincpu.pb@FF34BA=00</action>
    </script>
  </cheat>
  
  <cheat desc="Max Lives">
    <script state="on">
      <action>maincpu.pb@FF3EC5=0A</action>
    </script>
  </cheat>
  
  <cheat desc="99 Sling Stones">
    <script state="on">
      <action>maincpu.pb@FF3EC6=63</action>
    </script>
  </cheat>
  
  <cheat desc="99 Boomerangs">
    <script state="on">
      <action>maincpu.pb@FF3EC7=63</action>
    </script>
  </cheat>
  
  <cheat desc="99 Exploding Stones">
    <script state="on">
      <action>maincpu.pb@FF3EC8=63</action>
    </script>
  </cheat>
  
  <cheat desc="49 Coins">
    <script state="on">
      <action>maincpu.pb@FF3EC4=31</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Energy">
    <script state="on">
      <action>mdslot:cart:rom.md@11451A=6000000C</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.md@11451A=6B000006</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mb@11B0C6=1E</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@11B0C6=53</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Sling Stones">
    <script state="on">
      <action>mdslot:cart:rom.mb@11B2DA=10</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@11B2DA=53</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Boomerangs">
    <script state="on">
      <action>mdslot:cart:rom.mb@11B362=10</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@11B362=53</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Exploding Stones">
    <script state="on">
      <action>mdslot:cart:rom.mb@11B2F4=10</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@11B2F4=53</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@FF3ECD=46</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Select Start Level">
    <parameter>
      <item value="0x0010FB90">Ceiba Jungle</item>
      <item value="0x001105EC">Xibalba Falls</item>
      <item value="0x0010F97C">Tazamul Mines</item>
      <item value="0x001101EC">Lost City of Copan</item>
      <item value="0x0010FDEC">Copan Temple</item>
      <item value="0x0010FCBE">Lakamul Rainforest</item>
      <item value="0x00110702">Yaxchilan Lagoon</item>
      <item value="0x0010FA7A">Runaway Minecar</item>
      <item value="0x001102FA">Tikal Ruins</item>
      <item value="0x0010FEF2">Temple of Tikal</item>
      <item value="0x00110408">Warrior Spirit</item>
    </parameter>
    <script state="change">
      <action>maincpu.pd@FF3ED4=param</action>
    </script>
  </cheat>
  
  <cheat desc="Atari Pitfall Level"> <comment>Press DOWN at title screen</comment>
    <script state="on">
      <action>maincpu.pb@FF5879=FF</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Atari Pitfall Max Energy">
    <script state="on">
      <action>maincpu.pd@FF3B0C=000F423F</action>
    </script>
  </cheat>
  
  <cheat desc="Atari Pitfall Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mb@139F4E=10</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@139F4E=53</action>
    </script>
  </cheat>
  
  <cheat desc="Atari Pitfall Infinite Time">
    <script state="on">
      <action>mdslot:cart:rom.mb@139FAE=60</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@139FAE=66</action>
    </script>
  </cheat>
Post Reply