[lsrquiz]

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
asper
Posts: 132
Joined: Thu Oct 18, 2007 11:44 am

[lsrquiz]

Post by asper »

<mamecheat version="1">

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

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

Re: [lsrquiz]

Post by Pugsy »

Thanks, added ROM Infinite Time

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="on">
      <action>temp0 =maincpu.pb@CBAAC</action>
    </script>
    <script state="run">
      <action>maincpu.pb@CBAAC=60</action> <!-- Program Code cheat -->
    </script>
    <script state="off">
      <action>maincpu.pb@CBAAC=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@0C9B1=09</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