[misc] cheats for some of the new games in MAME

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:

[misc] cheats for some of the new games in MAME

Post by Pugsy »

Some cheats for some of the new non-clone games added in the last few releases

omega.xml

Code: Select all

<mamecheat version="1">

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

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

  <cheat desc="Always Keep One Ball in Play">
    <script state="run">
      <action condition="(maincpu.pb@C625 LT 10) OR (maincpu.pb@C625 GT FF)">maincpu.pb@C625=30</action>
    </script>
  </cheat>

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

eeekk.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@4C3A=99</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@4CA6=08</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.rb@1ED5</action>
      <action>temp1 =maincpu.rb@2C57</action>
    </script>
    <script state="run">
      <action>maincpu.rb@1ED5=18</action> <!-- Normal Enemies -->
      <action>maincpu.rb@2C57=18</action> <!-- Spiders -->
    </script>
    <script state="off">
      <action>maincpu.rb@1ED5=temp0 </action>
      <action>maincpu.rb@2C57=temp1 </action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Game Time">
    <script state="run">
      <action condition="maincpu.pw@607654E GT 0001">maincpu.pw@607654E=03E7</action>
    </script>
  </cheat>

  <cheat desc="Game Time Over Now!  ">
    <script state="on">
      <action>maincpu.pw@607654E=0001</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Select Score">
    <parameter min="0" max="99" step="1"/>
    <script state="change">
      <action>maincpu.pb@607655B=(param)</action>
    </script>
  </cheat>

  <cheat desc="P1 Score always = 0">
    <script state="run">
      <action>maincpu.pb@607655B=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Score always = 50">
    <script state="run">
      <action>maincpu.pb@607655B=32</action>
    </script>
  </cheat>

  <cheat desc="P1 Score = 0 Now!">
    <script state="on">
      <action>maincpu.pb@607655B=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Score = 50 Now!">
    <script state="on">
      <action>maincpu.pb@607655B=32</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Select Score">
    <parameter min="0" max="99" step="1"/>
    <script state="change">
      <action>maincpu.pb@607655D=(param)</action>
    </script>
  </cheat>

  <cheat desc="P2 Score always = 0">
    <script state="run">
      <action>maincpu.pb@607655D=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Score always = 50">
    <script state="run">
      <action>maincpu.pb@607655D=32</action>
    </script>
  </cheat>

  <cheat desc="P2 Score = 0 Now!">
    <script state="on">
      <action>maincpu.pb@607655D=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Score = 50 Now!">
    <script state="on">
      <action>maincpu.pb@607655D=32</action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@9BA9</action>
    </script>
    <script state="run">
      <action>maincpu.mb@9BA9=02</action>
    </script>
    <script state="off">
      <action>maincpu.mb@9BA9=temp0 </action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="maincpu.pw@C601 GT 0001">maincpu.pw@C601=0959</action>
    </script>
  </cheat>

  <cheat desc="Finish this Game Now!">
    <script state="on">
      <action>maincpu.pw@C601=0001</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="PLAYER Select Score">
    <parameter min="0" max="99" step="1"/>
    <script state="change">
      <action>maincpu.pb@C20B=tobcd(param)</action>
    </script>
  </cheat>

  <cheat desc="PLAYER Score always = 0">
    <script state="run">
      <action>maincpu.pb@C20B=00</action>
    </script>
  </cheat>

  <cheat desc="PLAYER Score always = 50">
    <script state="run">
      <action>maincpu.pb@C20B=50</action>
    </script>
  </cheat>

  <cheat desc="PLAYER Score = 0 Now!">
    <script state="on">
      <action>maincpu.pb@C20B=00</action>
    </script>
  </cheat>

  <cheat desc="PLAYER Score = 50 Now!">
    <script state="on">
      <action>maincpu.pb@C20B=50</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="COMPUTER Select Score">
    <parameter min="0" max="99" step="1"/>
    <script state="change">
      <action>maincpu.pb@C20C=tobcd(param)</action>
    </script>
  </cheat>

  <cheat desc="COMPUTER Score always = 0">
    <script state="run">
      <action>maincpu.pb@C20C=00</action>
    </script>
  </cheat>

  <cheat desc="COMPUTER Score always = 50">
    <script state="run">
      <action>maincpu.pb@C20C=50</action>
    </script>
  </cheat>

  <cheat desc="COMPUTER Score = 0 Now!">
    <script state="on">
      <action>maincpu.pb@C20C=00</action>
    </script>
  </cheat>

  <cheat desc="COMPUTER Score = 50 Now!">
    <script state="on">
      <action>maincpu.pb@C20C=50</action>
    </script>
  </cheat>

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

mag_exzi.xml:

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@0C45=05</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="run">
      <action>bank0.pw@7D11=C9AF</action> <!-- Program Code cheat -->
    </script>
    <script state="off">
      <action>bank0.pw@7D11=FF3E</action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@0A46=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@186C=03</action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@0B22=99</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@0AD1=04</action>
    </script>
  </cheat>

  <cheat desc="Invincibility"> <comment>You can still fall to your death though.</comment>
    <script state="run">
      <action>bank0.pb@3663=C9</action> <!-- Program Code cheat -->
      <action>bank0.pb@371A=C9</action>
      </script>
    <script state="off">
      <action>bank0.pb@3663=5F</action>
      <action>bank0.pb@371A=DD</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: [misc] cheats for some of the new games in MAME

Post by Pugsy »

dodgeman.xml

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@223A</action>
      <action>temp1 =maincpu.mb@223F</action>
      <action>temp2 =maincpu.mb@2244</action>
    </script>
    <script state="run">
      <action>maincpu.mb@223A=00</action>
      <action>maincpu.mb@223F=00</action>
      <action>maincpu.mb@2244=00</action>
    </script>
    <script state="off">
      <action>maincpu.mb@223A=temp0 </action>
      <action>maincpu.mb@223F=temp1 </action>
      <action>maincpu.mb@2244=temp2 </action>
    </script>
  </cheat>

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

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@A003=06</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: [misc] cheats for some of the new games in MAME

Post by Pugsy »

gorodki.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@E11E=0959</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@E120=99</action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pw@3F0000=0063</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pw@3F00E4=0063</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have Maximum Jutsu">
    <script state="run">
      <action>maincpu.pw@3F00E6=0063</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Energy">
    <script state="run">
      <action>maincpu.pw@3F00E8=0005</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pw@3F011C=0063</action>
    </script>
  </cheat>

  <cheat desc="P2 Always have Maximum Jutsu">
    <script state="run">
      <action>maincpu.pw@3F011E=0063</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Energy">
    <script state="run">
      <action>maincpu.pw@3F0120=0005</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: [misc] cheats for some of the new games in MAME

Post by Pugsy »

cfboy0a1.xml

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Energy">
    <script state="run">
      <action>maincpu.pb@0002=57</action>
    </script>
  </cheat>

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

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@29DB=60</action> <!-- Program code cheat, background collisions -->
      <action>maincpu.pb@29B9=60</action> <!-- Bullets -->
    </script>
    <script state="run">
      <action>maincpu.pb@29DB=40</action>
      <action>maincpu.pb@29B9=D5</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)
Post Reply