[powerins] Power Instinct (USA)

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
Abystus
Posts: 571
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

[powerins] Power Instinct (USA)

Post by Abystus »

powerins.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <comment>Does not work on bonus stages.</comment>
    <script state="run">
      <action>maincpu.ow@016B00=6002</action>
      <action>maincpu.ow@016B18=6002</action>
      <action>maincpu.ow@016B20=6002</action>
      <action>maincpu.ow@016B28=6002</action>
      <action>maincpu.ow@016B30=6002</action>
      <action>maincpu.ow@016B38=6000</action>
    </script>
    <script state="off">
      <action>maincpu.ow@016B00=6600</action>
      <action>maincpu.ow@016B18=6700</action>
      <action>maincpu.ow@016B20=6E00</action>
      <action>maincpu.ow@016B28=6D00</action>
      <action>maincpu.ow@016B30=6E00</action>
      <action>maincpu.ow@016B38=6C00</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [powerins] Power Instinct (USA)

Post by Pugsy »

Thanks, added
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
Abystus
Posts: 571
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

Re: [powerins] Power Instinct (USA)

Post by Abystus »

powerins.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.mw@00B4B8</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00B4B8=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00B4B8=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@01628C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@01628C=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@01628C=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <comment>Best used in Vs mode. May crash the game if you go too far out of bounds on certain levels.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@007E5A</action>
      <action>temp1=maincpu.mw@007E9A</action>
      <action>temp2=maincpu.mw@007F60</action>
      <action>temp3=maincpu.mw@007FC8</action>
      <action>temp4=maincpu.mw@0157FC</action>
      <action>temp5=maincpu.mw@015822</action>
    </script>
    <script state="run">
      <action>maincpu.mw@007E5A=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@007E9A=6002</action>
      <action>maincpu.mw@007F60=6000</action>
      <action>maincpu.mw@007FC8=6000</action>
      <action>maincpu.mw@0157FC=6000</action>
      <action>maincpu.mw@015822=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@007E5A=temp0</action>
      <action>maincpu.mw@007E9A=temp1</action>
      <action>maincpu.mw@007F60=temp2</action>
      <action>maincpu.mw@007FC8=temp3</action>
      <action>maincpu.mw@0157FC=temp4</action>
      <action>maincpu.mw@015822=temp5</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [powerins] Power Instinct (USA)

Post by Pugsy »

Thanked, added - simply duped for most clones - but not powerinspj (time)
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)
Post Reply