[megadriv, troubsht] Trouble Shooter cheats (and parent/clon

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
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[megadriv, troubsht] Trouble Shooter cheats (and parent/clon

Post by NotAGoodName »

An interesting horizontal shooter. The player is quite powerful unlike games such as Section-Z.

Code: Select all

        <cheat desc="Invincibility"> <comment>Flickers</comment>
          <script state="run">
            <action>maincpu.pb@FFB00F=FF</action>
          </script>
        </cheat>

        <cheat desc="Infinite Energy">
          <script state="run">
            <action>maincpu.pb@FFFE21=63</action>
          </script>
        </cheat>

        <cheat desc="Infinite Power">
          <script state="run">
            <action>maincpu.pb@FFB7F9=08</action>
          </script>
        </cheat>

        <cheat desc="Fire Power">
          <parameter>
            <item value="0x00">Default</item>
            <item value="0x02">+1</item>
            <item value="0x04">+2</item>
            <item value="0x06">+3</item>
          </parameter>
          <script state="run">
            <action>maincpu.pb@FFFE19=param</action>
          </script>
        </cheat>
Battle Mania Daiginjou (btlmanid), the sequel, runs on pretty much the same engine and can use the following cheats. I haven't found the rest. Lazy.

Code: Select all

        <cheat desc="Infinite Energy">
          <script state="run">
            <action>maincpu.pb@FFFE21=63</action>
          </script>
        </cheat>

        <cheat desc="Fire Power">
          <parameter>
            <item value="0x00">Default</item>
            <item value="0x02">+1</item>
            <item value="0x04">+2</item>
          </parameter>
          <script state="run">
            <action>maincpu.pb@FFFE19=param</action>
          </script>
        </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply