Cheat systems tested

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.
savecom
Posts: 18
Joined: Sun Sep 12, 2010 2:49 am

Re: Cheat systems tested

Post by savecom »

Apple IIgs cheat test:

********************
[cheat/6e01304d.xml]

Code: Select all

<mamecheat version="1">

  <cheat desc="-= warlock (1988)(three sixty).2mg {6e01304d.xml} =-"/>

  <cheat desc="Partial Inmunity">
    <script state="run">
      <action>maincpu.pb@11598=AD</action>
    </script>
  </cheat>

  <cheat desc="Power">
    <script state="run">
      <action>maincpu.pb@1162f=AD</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat and file created by SAVECOM. -->


-----------------------
mess 0.142u2 or latest svn version
cheatfile don´t working
cheat enabled
debug enabled and disabled

from mess debug: ok (working, use to start the game)
maincpu.pb@11598=AD
maincpu.pb@1162f=AD
savecom
Posts: 18
Joined: Sun Sep 12, 2010 2:49 am

Re: Cheat systems tested

Post by savecom »

Atari ST cheat test:

********************
[cheat/c58f877e.xml]

Code: Select all

<mamecheat version="1">

  <cheat desc="-= Exolon (1987)(Hewson) {c58f877e.xml} =-"/>

  <cheat desc="AMMO">
    <script state="run">
      <action>m68000.rw@18114=0x0000</action>
    </script>
  </cheat>

  <cheat desc="GRENADES">
    <script state="run">
      <action>m68000.rw@18202=0x0000</action>
    </script>
  </cheat>

  <cheat desc="LIVES">
    <script state="run">
      <action>m68000.rw@14830=0x0000</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat and file created by SAVECOM. -->
-----------------------
mess latest svn version
cheatfile don´t working
cheat enabled
debug enabled and disabled

from mess debug: ok (working, use to start the game)
m68000.rw@18114=00
m68000.rw@18202=00
m68000.rw@14830=00
Post Reply