[actionhw] Action Hollywood

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
Bortus
Posts: 17
Joined: Mon Mar 24, 2014 2:19 pm

[actionhw] Action Hollywood

Post by Bortus »

actionhw.xml

Code: Select all

  <cheat desc="Select Scene">
	<comment>Enable on the Stage Select</comment>
    <parameter>
      <item value="0x00">Scene 1</item>
      <item value="0x01">Scene 2</item>
      <item value="0x02">Scene 3</item>
      <item value="0x03">Scene 4</item>
      <item value="0x04">Scene 5</item>
      <item value="0x05">Scene 6</item>
      <item value="0x06">Scene 7</item>
      <item value="0x07">Scene 8</item>
      <item value="0x08">Scene 9</item>
    </parameter>	
    <script state="change">
      <action>:maincpu.ppb@FF1037=param</action>
    </script>
  </cheat>  

  <cheat desc="Finish this Scene Now">
    <script state="on">
      <action>:maincpu.ppb@FF10DB=00</action>
      <action>:maincpu.ppb@FF10E3=00</action>	  
    </script>
  </cheat>  
  
  <cheat desc="Get 99 BRICKS Bonus">
    <script state="on">
      <action>:maincpu.ppb@FF1067=63</action>	  
    </script>
  </cheat>

  <cheat desc="Get 99 SECRETS Bonus">
    <script state="on">
      <action>:maincpu.ppb@FF1069=63</action>	  
    </script>
  </cheat>
  
  <cheat desc="Use Super Freezer Power Now">
    <script state="on">
      <action>:maincpu.ppb@FF10E5=09</action>
      <action>:maincpu.ppb@FF6A64=6E</action>
      <action>:maincpu.ppb@FF6A65=FB</action>
      <action>:maincpu.ppb@FF6A61=64</action>	  
    </script>
  </cheat> 
User avatar
Pugsy
Posts: 3689
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [actionhw] Action Hollywood

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)
Post Reply