[genesis/ristar] Ristar

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
orescify
Posts: 27
Joined: Wed Jul 26, 2023 6:30 pm
Has thanked: 3 times

[genesis/ristar] Ristar

Post by orescify »

Code: Select all

  <cheat desc="Infinite Energy">
    <script state="on">
      <action>mdslot:cart:rom.mw@041C96=1038</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@041C96=5329</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mb@0085F2=10</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@0085F2=53</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@FFC036=78</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Stage Select">
    <script state="on">
      <action>maincpu.pb@FFFE04=04</action>
    </script>
  </cheat>
  
  <cheat desc="Boss Rush">
    <script state="on">
      <action>maincpu.pb@FFFE04=40</action>
    </script>
  </cheat>
  
  <cheat desc="Time Attack">
    <script state="on">
      <action>maincpu.pb@FFFE04=01</action>
    </script>
  </cheat>
  
  <cheat desc="Hard Difficulty">
    <script state="on">
      <action>maincpu.pb@FFFE02=02</action>
    </script>
  </cheat>
Post Reply