[genesis/mmaniau] Mickey Mania

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/mmaniau] Mickey Mania

Post by orescify »

Code: Select all

  <cheat desc="Max Energy">
    <script state="on">
      <action>maincpu.pb@FF046F=04</action>
    </script>
  </cheat>
  
  <cheat desc="Max Lives">
    <script state="on">
      <action>maincpu.pb@FF0467=09</action>
    </script>
  </cheat>
  
  <cheat desc="99 Marbles">
    <script state="on">
      <action>maincpu.pw@FF0470=0909</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Energy">
    <script state="on">
      <action>mdslot:cart:rom.mw@007B3E=3039</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@007B3E=5379</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mw@0007AE=3039</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@0007AE=5379</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Marbles">
    <script state="on">
      <action>mdslot:cart:rom.mb@0043EA=10</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@0043EA=53</action>
    </script>
  </cheat>
  
  <cheat desc="Invincible">
    <script state="run">
      <action>maincpu.pb@FF06C1=32</action>
      <action>maincpu.pb@FF070C=01</action>
    </script>
  </cheat>
  
  <cheat desc="Select Start Level">
    <parameter>
      <item value="0x00">Steamboat</item>
      <item value="0x01">Wharf</item>
      <item value="0x02">Outside Lab</item>
      <item value="0x03">Fire Pits</item>
      <item value="0x04">Gurney Ride</item>
      <item value="0x05">Down Stairs</item>
      <item value="0x06">Acid Pits</item>
      <item value="0x07">Up the Lift</item>
      <item value="0x08">In the Lab</item>
      <item value="0x09">Moose Hunt</item>
      <item value="0x0A">Moose Chase</item>
      <item value="0x0B">Ghost House</item>
      <item value="0x0C">Basement...</item>
      <item value="0x0D">In the Hall</item>
      <item value="0x0E">Nice Garden</item>
      <item value="0x0F">Underground</item>
      <item value="0x10">Steps</item>
      <item value="0x11">On the Table</item>
      <item value="0x12">The Library</item>
      <item value="0x13">The Kitchen</item>
      <item value="0x14">The Dungeon</item>
      <item value="0x15">Up the Tower</item>
      <item value="0x16">The Escape!</item>
      <item value="0x17">End Battle</item>
      <item value="0x18">Bonus Level</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF045D=param</action>
    </script>
  </cheat>
Post Reply