[raiden2] Lots of cheats (inc ROM Invincibility)

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
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[raiden2] Lots of cheats (inc ROM Invincibility)

Post by Pugsy »

raiden2.xml, added ROM Invincibility and fixed Lives cheat. Will look at more cheats and clones when driver is down the line more - bugs might be more apparent with ROM cheat then.

EDIT: Added more cheats...probably all that are needed for the time being.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@09F4C=09</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.rb@9DFB9=C3</action>
      <action>maincpu.rb@9E0B5=C3</action>
    </script>
    <script state="off">
      <action>maincpu.rb@9DFB9=83</action>
      <action>maincpu.rb@9E0B5=83</action>
    </script>
  </cheat>

  <cheat desc="Hit Anywhere">
    <script state="run">
      <action>maincpu.rb@9DE1F=EB</action>
    </script>
    <script state="off">
      <action>maincpu.rb@9DE1F=74</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@09EEE=09</action>
    </script>
  </cheat>

  <cheat desc="Select Vulcan (Red) Weapon Level PL1">
    <parameter>
	  <item value="0x00">No Vulcan Weapon</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
      <item value="0x05">Level 5</item>
      <item value="0x06">Level 6</item>
      <item value="0x07">Level 7</item>
      <item value="0x08">Level 8 (Max)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09ED6=param</action>
    </script>
  </cheat>

  <cheat desc="Select Laser (Blue) Weapon Level PL1">
    <parameter>
	  <item value="0x00">No Laser Weapon</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
      <item value="0x05">Level 5</item>
      <item value="0x06">Level 6</item>
      <item value="0x07">Level 7</item>
      <item value="0x08">Level 8 (Max)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09ED8=param</action>
    </script>
  </cheat>

  <cheat desc="Select Plasma (Purple) Weapon Level PL1">
    <parameter>
	  <item value="0x00">No Plasma Weapon</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
      <item value="0x05">Level 5</item>
      <item value="0x06">Level 6</item>
      <item value="0x07">Level 7</item>
      <item value="0x08">Level 8 (Max)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09EDA=param</action>
    </script>
  </cheat> 

  <cheat desc="Select Nuclear Missile (Yellow M) Level PL1">
    <parameter>
	  <item value="0x00">No Nuclear Missiles</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09EDE=param</action>
    </script>
  </cheat>   

  <cheat desc="Select Homing Missile (Green H) Level PL1">
    <parameter>
	  <item value="0x00">No Homing Missiles</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09EE0=param</action>
    </script>
  </cheat>

  <cheat desc="Select Infinite Bombs PL1"> <comment>You can carry a maximum of seven at once, grabbing an eighth will only add points, although the bonus is significantly greater if you carry seven bombs of the same type and collect an eighth that is also identical.</comment>
    <parameter>
      <item value="0x01">Red Bombs</item>
      <item value="0x02">Yellow Bombs (Cluster)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@9EE6=param, maincpu.pb@9EE7=param, maincpu.pb@9EE8=param, maincpu.pb@9EE9=param</action>
      <action>maincpu.pb@9EEA=param, maincpu.pb@9EEB=param, maincpu.pb@9EEC=param</action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire PL1">
    <script state="run">
      <action>maincpu.pb@0B142=00|(maincpu.pb@0B142 BAND ~10)</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@09F2C=09</action>
    </script>
  </cheat>

  <cheat desc="Select Vulcan (Red) Weapon Level PL2">
    <parameter>
	  <item value="0x00">No Vulcan Weapon</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
      <item value="0x05">Level 5</item>
      <item value="0x06">Level 6</item>
      <item value="0x07">Level 7</item>
      <item value="0x08">Level 8 (Max)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09F14=param</action>
    </script>
  </cheat>

  <cheat desc="Select Laser (Blue) Weapon Level PL2">
    <parameter>
	  <item value="0x00">No Laser Weapon</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
      <item value="0x05">Level 5</item>
      <item value="0x06">Level 6</item>
      <item value="0x07">Level 7</item>
      <item value="0x08">Level 8 (Max)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09F16=param</action>
    </script>
  </cheat>

  <cheat desc="Select Plasma (Purple) Weapon Level PL2">
    <parameter>
	  <item value="0x00">No Plasma Weapon</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
      <item value="0x05">Level 5</item>
      <item value="0x06">Level 6</item>
      <item value="0x07">Level 7</item>
      <item value="0x08">Level 8 (Max)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09F18=param</action>
    </script>
  </cheat> 

  <cheat desc="Select Nuclear Missile (Yellow M) Level PL2">
    <parameter>
	  <item value="0x00">No Nuclear Missiles</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09F1C=param</action>
    </script>
  </cheat>   

  <cheat desc="Select Homing Missile (Green H) Level PL2">
    <parameter>
	  <item value="0x00">No Homing Missiles</item>
      <item value="0x01">Level 1</item>
      <item value="0x02">Level 2</item>
      <item value="0x03">Level 3</item>
      <item value="0x04">Level 4</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@09F1E=param</action>
    </script>
  </cheat>   

  <cheat desc="Select Infinite Bombs PL2"> <comment>You can carry a maximum of seven at once, grabbing an eighth will only add points, although the bonus is significantly greater if you carry seven bombs of the same type and collect an eighth that is also identical.</comment>
    <parameter>
      <item value="0x01">Red Bombs</item>
      <item value="0x02">Yellow Bombs (Cluster)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@9F24=param, maincpu.pb@9F25=param, maincpu.pb@9F26=param, maincpu.pb@9F27=param</action>
      <action>maincpu.pb@9F28=param, maincpu.pb@9F29=param, maincpu.pb@9F2A=param</action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire PL2">
    <script state="run">
      <action>maincpu.pb@0B143=00|(maincpu.pb@0B143 BAND ~10)</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [raiden2] Lots of cheats (inc ROM Invincibility)

Post by Pugsy »

Updated the above cheats with Weapon select, missile select, infinite bomb select, rapid fire, hit anywhere and infinite credits.

EDIT: I've converted these for all the clones (identical for raiden2a,raiden2b,raiden2c) - no point in posting them here (unless someone wants them beforehand) but they will be in the next release.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [raiden2] Lots of cheats (inc ROM Invincibility)

Post by Pugsy »

Doh! Silly me - didn't notice for that for cheating purposes at least you can have vulcan, laser and plasma weapons and both missile types all at the same time - they ARE mutually exclusive.

Updated the above cheats accordingly.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [raiden2] Lots of cheats (inc ROM Invincibility)

Post by Pugsy »

And here is a region cheat for what it's worth, enable it and reset. Other than changing the country/licensee on the title screen I don't know what else it does

Code: Select all

  <cheat desc="Select Region">
    <parameter>
      <item value="0x00">JAPAN #1</item>
      <item value="0x01">US (FABTEK)</item>
      <item value="0x02">TAIWAN</item>
      <item value="0x03">METROTAINMENT</item>
      <item value="0x05">GERMANY (TUNING)</item>
      <item value="0x06">AUSTRIA</item>
      <item value="0x07">BELGIUM</item>
      <item value="0x08">DENMARK</item>
      <item value="0x09">FINLAND</item>
      <item value="0x0A">FRANCE</item>
      <item value="0x0B">GREAT BRITAIN</item>
      <item value="0x0C">GREECE</item>
      <item value="0x0D">HOLLAND</item>
      <item value="0x0E">ITALY</item>
      <item value="0x0F">NORWAY</item>
      <item value="0x10">PORTUGAL</item>
      <item value="0x11">SPAIN</item>
      <item value="0x12">SWEDEN</item>
      <item value="0x13">SWITZERLAND</item>
      <item value="0x14">AUSTRALIA</item>
      <item value="0x15">NEW ZEALAND</item>
      <item value="0xFF">JAPAN #2</item>
    </parameter>
    <script state="on">
      <action>temp0 =maincpu.rb@FFFFB</action>
    </script>
    <script state="run">
      <action>maincpu.rb@FFFFB=param</action>
    </script>
    <script state="off">
      <action>maincpu.rb@FFFFB=temp0 </action>
    </script>
  </cheat>
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
pepinos
Posts: 130
Joined: Mon Apr 05, 2004 12:47 am

Re: [raiden2] Lots of cheats (inc ROM Invincibility)

Post by pepinos »

when you activate the cheats for the raiden2d and raiden2e...the game just freeze and starts again in blue wight title screen mode
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [raiden2] Lots of cheats (inc ROM Invincibility)

Post by Pugsy »

pepinos wrote:when you activate the cheats for the raiden2d and raiden2e...the game just freeze and starts again in blue wight title screen mode

I refer you to my 2nd post, I've converted the cheats for the clones and unless anybody is desperate for them I won't post them here.
The cheats are not identical for the other clones which is why the games crash.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply