[spinmast] Finish This Stage Now

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
zakria
Posts: 293
Joined: Thu May 18, 2006 4:20 pm
Been thanked: 4 times

[spinmast] Finish This Stage Now

Post by zakria »

Cheat is working very well on all stages except final stage.Only works if use this cheat girl friend of sprite appear in final stage otherwise When use final stage,the stage will never end,reason is sprite,s girl friend not appear in before his timing and without his escape comments ending not appear.

spinmast.xml

<cheat desc="Finish this Stage Now!">
<script state="on">
<action>maincpu.pb@10D2A0=FF</action>
</script>
</cheat>
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: [spinmast] Finish This Stage Now

Post by Pugsy »

Fixed the cheat so at least it doesn't break the game if enabled at the wrong time. + added some more

Code: Select all

  <cheat desc="Select Starting Stage">
    <parameter>
      <item value="0x00">Stage 1 Scene 1</item>
      <item value="0x04">Stage 2 Scene 1</item>
      <item value="0x08">Stage 2 Scene 2</item>
      <item value="0x0C">Stage 2 Scene 3</item>
      <item value="0x10">Stage 3 Scene 1</item>
      <item value="0x14">Stage 3 Scene 2</item>
      <item value="0x18">Stage 4 Scene 1</item>
      <item value="0x1C">Stage 4 Scene 2</item>
      <item value="0x20">Stage 4 Scene 3</item>
      <item value="0x24">Stage 5 Scene 1</item>
      <item value="0x28">Stage 5 Scene 2</item>
      <item value="0x2C">Stage 5 Scene 3</item>
    </parameter>
    <script state="run">
      <action condition="(maincpu.pb@10D01F==00)">maincpu.pb@10D01F=param</action>
    </script>
  </cheat>

  <cheat desc="Finish this Stage Now!"> <comment>Does nothing on Stage 5 Scene 3</comment>
    <script state="on">
      <action condition="maincpu.pb@10D01F!=2C">maincpu.pb@10D2A0=FF</action>
    </script>
  </cheat>

  <cheat desc="Drain Boss Energy Now!">
    <script state="on">
      <action>maincpu.pb@106CE2=01</action>
    </script>
  </cheat>
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