[simpsons] “One Hit Kills” “Hit Anywhere” not working

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
editing101
Posts: 35
Joined: Mon Mar 16, 2015 2:12 am

[simpsons] “One Hit Kills” “Hit Anywhere” not working

Post by editing101 »

Hi guys,

I’m a big fan of the Simpsons coin-op, however I’m having trouble getting the existing “One Hit Kills” “Hit Anywhere” cheats to work. I’ve tried activating before and after starting the game with no luck, and also tried combining them with the "P1 Select Weapon" cheat having no success.

I’m hoping these cheats can ultimately be activated before starting a game and that a “weapon” (hammer etc) is not required for “hitting anywhere”. For those interested, Marge is usually the default character in a one player game.

The latest cheat file contains:

Code: Select all

  <cheat desc="Hit Anywhere"> <comment>Will only work with the weapon you start with</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@8D87</action>
      <action>temp1 =maincpu.mw@C059</action>
      <action>temp2 =maincpu.md@FFB0</action>
      <action>temp3 =maincpu.md@FFB4</action>
      <action>temp4 =maincpu.mw@FFB8</action>
      <action>temp5 =maincpu.mb@FFBA</action>
    </script>
    <script state="run">
      <action>maincpu.mb@8D87=00</action> <!-- This ROM cheat was made by nolberto82 -->
      <action>maincpu.mw@C059=3F55</action>
      <action>maincpu.md@FFB0=12240273</action>
      <action>maincpu.md@FFB4=02838FAB</action>
      <action>maincpu.mw@FFB8=C180</action>
      <action>maincpu.mb@FFBA=8F</action>
    </script>
    <script state="off">
      <action>maincpu.mb@8D87=temp0 </action>
      <action>maincpu.mw@C059=temp1 </action>
      <action>maincpu.md@FFB0=temp2 </action>
      <action>maincpu.md@FFB4=temp3 </action>
      <action>maincpu.mw@FFB8=temp4 </action>
      <action>maincpu.mb@FFBA=temp5 </action>
    </script>
  </cheat>

  <cheat desc="One Hit Kills">
    <script state="on">
      <action>temp0 =maincpu.mb@C2B1</action>
    </script>
    <script state="run">
      <action>maincpu.mb@C2B1=00</action> <!-- This ROM cheat was made by nolberto82 -->
    </script>
    <script state="off">
      <action>maincpu.mb@C2B1=temp0 </action>
    </script>
  </cheat>
Is there any chance someone can have a look?

Thanks in advance :)!
Post Reply