[ssgbl] basic cheats

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
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:

[ssgbl] basic cheats

Post 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. -->
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)
User avatar
Mohsin
Posts: 85
Joined: Sun Mar 15, 2009 1:06 pm
Location: Pakistan

Re: [ssgbl] basic cheats

Post 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.
Image
Thats not a game hack

http://mamec.netii.net/
Post Reply