Page 1 of 1

[ssgbl] basic cheats

Posted: Sun Jul 26, 2009 10:29 am
by Pugsy
ssgbl.xml.

I think I should share the "find" tool I made for making RAM cheats with the current lack of cheat finding in MAME/MESS. If you are active cheat finder and think you could make use of it PM me. Beware though it is a commandline tool (it is actually the easiest way) and it's had very little testing and currently has no docs, so it will be available to a limited number of people for the time being at least.

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Invincibility PL1">
    <script state="run">
      <action>maincpu.pb@F0CA4F=02</action>
    </script>
  </cheat>

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

  <cheat desc="Invincibility PL2">
    <script state="run">
      <action>maincpu.pb@F0CACF=02</action>
    </script>
  </cheat>

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

Re: [ssgbl] basic cheats

Posted: Tue Jul 28, 2009 5:46 pm
by Mohsin
hmmm because my job now, i cannot actively participate to mame cheats, but if u think its oky, i can use the tool to study it.