Tempest - Maximum Start Level Selection

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
Tafoid
Posts: 56
Joined: Thu Aug 28, 2008 7:27 pm

Tempest - Maximum Start Level Selection

Post by Tafoid »

Code: Select all

  <cheat desc="Maximum Start Level Selection">
    <script state="on">
      <action>temp0 =maincpu.mw@90CD</action> <!-- BCC $90C9 -->
      <action>temp1 =maincpu.mb@9001</action> <!-- Rom Checksum -->
      <action>temp2 =maincpu.pb@0126</action> <!-- Level Completed -1 -->
    </script>
    <script state="run">
      <action>maincpu.mw@90CD=EAEA</action> <!-- NOP/NOP so the compare condition not met, listing all selectable levels -->
      <action>maincpu.mb@9001=D1</action>   <!-- Changes ROM checksum so it passes test -->
    </script>
    <script state="off">
      <action>maincpu.mw@90CD=temp0 </action>
      <action>maincpu.mb@9001=temp1 </action>
      <action>maincpu.pb@0126=temp2 </action>
    </script>
  </cheat>
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:

Re: Tempest - Maximum Start Level Selection

Post by Pugsy »

Thanks, added
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