[timecris] requested cheats

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
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:

[timecris] requested cheats

Post by Pugsy »

Not had time to properly test these yet, made them quickly for a request and I've got a bad cold at the moment to finish them properly.

Code: Select all

  <cheat desc="Invincibility against Helicopter">
    <script state="on">
      <action>temp0 =maincpu.mb@005CFA</action>
    </script>
    <script state="run">
      <action>maincpu.mb@005CFA=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@005CFA=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Hit People Anywhere">
    <script state="on">
      <action>temp0 =maincpu.md@00ADBC</action>
    </script>
    <script state="run">
      <action>maincpu.md@00ADBC=6000008C</action>
    </script>
    <script state="off">
      <action>maincpu.md@00ADBC=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Hit Helicopters Anywhere"> <comment>Note, this cheat is quick and nasty and may have side effects so turn it off when not in use</comment>
    <script state="on">
      <action>temp0 =maincpu.md@00C396</action>
    </script>
    <script state="run">
      <action>maincpu.md@00C396=60000594</action>
    </script>
    <script state="off">
      <action>maincpu.md@00C396=temp0 </action>
    </script>
  </cheat>
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