raimais.xml - raimaisj.xml - raimaisjo.xml

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
MomoneDk
Posts: 8
Joined: Sat Jun 02, 2012 5:08 pm

raimais.xml - raimaisj.xml - raimaisjo.xml

Post by MomoneDk »

In freeze enemy cheat, if you leave the cheat activated, the enemies, and the rocks at the "time up" won't appear.
If you activate the freeze enemy during a round, you would be invincible against them.
This first cheat does not work for bosses.

Code: Select all

  <cheat desc=" "/>

    <cheat desc="Freeze Enemy">
    <script state="run">
	  <action>maincpu.pb@A666=00</action>
	  <action>maincpu.pb@A676=00</action>
	  <action>maincpu.pb@A686=00</action>
	  <action>maincpu.pb@A696=00</action>
	  <action>maincpu.pb@A6A6=00</action>
	  <action>maincpu.pb@A6B6=00</action>
	  <action>maincpu.pb@A6C6=00</action>
	  <action>maincpu.pb@A6D6=00</action>
	</script>
  </cheat>
  
      <cheat desc="Unlimited Time">
    <script state="run">
	  <action>maincpu.pb@AA80=20</action>
	</script>
  </cheat>
  
    <cheat desc="All Doors Opened Now">
    <script state="on">
	  <action>maincpu.pb@ABEC=0A</action>
      <action>maincpu.pb@ABED=0A</action>
	  <action>maincpu.pb@ABEE=0A</action>
	  <action>maincpu.pb@ABEF=0A</action>
	</script>
  </cheat>
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: raimais.xml - raimaisj.xml - raimaisjo.xml

Post by Pugsy »

Thanks, added the last two. The "Freeze Enemy" cheat seems a bit obsolete as Invincibility and Inf Time covers the effects.
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