[hvyunit] ROM Invincibility & Rapid Fire

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:

[hvyunit] ROM Invincibility & Rapid Fire

Post by Pugsy »

Just a quickie, Invincibility and Rapid Fire for the time being

hvyunit.xml, hvyunitj.xml & hvyunito.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =master.mb@27E6</action>
    </script>
    <script state="run">
      <action>master.mb@27E6=C9</action>
    </script>
    <script state="off">
      <action>master.mb@27E6=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire">
    <script state="run">
      <action>master.pb@D91D=00</action>
      <action>master.pb@D91F=00</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)
WhosAsking
Posts: 22
Joined: Sat Jul 06, 2002 11:03 pm

Re: [hvyunit] ROM Invincibility & Rapid Fire

Post by WhosAsking »

So far, so good. These are a great start right here.
They reserved this block for a signature, though I don't know if it's possible.
After all, it isn't a signature until you can't read it, right?
Post Reply