[btoads] Battletoads new cheats

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
Bortus
Posts: 17
Joined: Mon Mar 24, 2014 2:19 pm

[btoads] Battletoads new cheats

Post by Bortus »

btoads.xml

Code: Select all

  <cheat desc="Select Weapons PL1">
  <comment>Small and Big key works well only for ZITZ</comment>  
    <parameter>
      <item value="0x02">Gun</item>
      <item value="0x03">Small Key</item>
      <item value="0x04">Big Key</item>	  
      <item value="0x07">Pipe with Stone</item>
    </parameter>
    <script state="change">
      <action>maincpu.ppb@000025B0=param</action>
	  <action>maincpu.ppw@00002610=1004</action>
    </script>
  </cheat>  
  
  <cheat desc="Unlimited Ammo Weapons PL1">
    <script state="run">
      <action>maincpu.ppw@00002610=1004</action>
    </script>
  </cheat> 

  <cheat desc="Select Weapons PL2">
  <comment>Small and Big key works well only for ZITZ</comment>
    <parameter>
      <item value="0x02">Gun</item>
      <item value="0x03">Small Key</item>
      <item value="0x04">Big Key</item>		  
      <item value="0x07">Pipe with Stone</item>
    </parameter>
    <script state="change">
      <action>maincpu.ppb@000029B0=param</action>
	  <action>maincpu.ppw@00002A10=1004</action>
    </script>
  </cheat>   
  
  <cheat desc="Unlimited Ammo Weapons PL2">
    <script state="run">
      <action>maincpu.ppw@00002A10=1004</action>
    </script>
  </cheat>   

  <cheat desc="Select Weapons in Round 6 PL1">
    <parameter>
      <item value="0x01">Fire Weapon</item>
      <item value="0x02">Triple Shot Weapon</item>
      <item value="0x03">Laser Weapon</item>
      <item value="0x04">Electric Weapon</item>	  
    </parameter>
    <script state="change">
      <action>maincpu.ppb@000025C0=param</action>
    </script>
  </cheat>

  <cheat desc="Select Weapons in Round 6 PL2">
    <parameter>
      <item value="0x01">Fire Weapon</item>
      <item value="0x02">Triple Shot Weapon</item>
      <item value="0x03">Laser Weapon</item>
      <item value="0x04">Electric Weapon</item>	  
    </parameter>
    <script state="change">
      <action>maincpu.ppb@000029C0=param</action>
    </script>
  </cheat>     
  
  <cheat desc="Freeze Bonus Time">
    <script state="run">
      <action>maincpu.ppw@0002D090=090A</action>
    </script>
  </cheat> 
User avatar
Pugsy
Posts: 3689
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [btoads] Battletoads new cheats

Post by Pugsy »

Thanks, added. Replicated for PL3 as well.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply