[umk3] EJB Menu

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
User avatar
Gemini
Posts: 21
Joined: Tue Feb 25, 2014 4:14 pm

[umk3] EJB Menu

Post by Gemini »

Hi, can someone convert this code in classic mode?

Code: Select all

  <cheat desc="Easily activate the hidden EJB menu"> <comment>Just hit the P1 Block 1 key during the attract mode to bring up the hidden debug menu.</comment>
    <script state="on">
      <action>temp0=0</action>	
      <action>temp1=FFB60700/8 BAND FFFFF</action> <!-- umk3 -->	 
      <action>temp2=FFB5FE40/8 BAND FFFFF</action> <!-- umk3r10 -->	
      <action>temp3=FFB60080/8 BAND FFFFF</action> <!-- umk3r11 -->	   
      <action condition="maincpu.mw@temp1==CB03">temp0=temp1</action>
      <action condition="maincpu.mw@temp2==CB03">temp0=temp2</action>	
      <action condition="maincpu.mw@temp3==CB03">temp0=temp3</action> 
    </script>  
    <script state="run">
      <action condition="maincpu.mw@temp0==CB03">maincpu.mw@temp0=0300</action>  
    </script>
    <script state="off">
      <action condition="maincpu.mw@temp0==0300">maincpu.mw@temp0=CB03</action>  
    </script>  
  </cheat>
Post Reply