[poizone] basics

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:

[poizone] basics

Post by Pugsy »

poizone.xml

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time"> <comment>Turn this cheat off to progress on Bonus Stages when you have had enough of it</comment>
    <script state="run">
      <action>maincpu.pw@202B410=752E</action>
    </script>
    <script state="off">
      <action>maincpu.pw@202B410=0080</action>
    </script>
  </cheat>

  <cheat desc="Finish this Level Now!"> <comment>Finishes Current Level with 99% Decontamination (the maximum displayable), does NOT work on Bonus Stages which only finish when the time is up.</comment>
    <script state="on">
      <action>maincpu.pb@202B534=62</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)
Post Reply