[rabbit] Rabbit (Asia 3/6)

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
User avatar
Abystus
Posts: 552
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[rabbit] Rabbit (Asia 3/6)

Post by Abystus »

rabbit.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.ow@03274E=6002</action>
      <action>maincpu.ow@032766=6002</action>
      <action>maincpu.ow@032772=6002</action>
      <action>maincpu.ow@03277E=6002</action>
      <action>maincpu.ow@03278A=6002</action>
      <action>maincpu.ow@032796=6002</action>
    </script>
    <script state="off">
      <action>maincpu.ow@03274E=6600</action>
      <action>maincpu.ow@032766=6700</action>
      <action>maincpu.ow@032772=6D00</action>
      <action>maincpu.ow@03277E=6E00</action>
      <action>maincpu.ow@03278A=6D00</action>
      <action>maincpu.ow@032796=6E00</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [rabbit] Rabbit (Asia 3/6)

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)
User avatar
Abystus
Posts: 552
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [rabbit] Rabbit (Asia 3/6)

Post by Abystus »

This game's name has changed in MAME. Would you mind updating the title of this thread to be Rabbit (Asia 3/6)?

rabbit.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.mw@022F98</action>
    </script>
    <script state="run">
      <action>maincpu.mw@022F98=607C</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@022F98=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Maximum Damage Dizzy">
    <script state="on">
      <action>temp0=maincpu.mw@022AEA</action>
    </script>
    <script state="run">
      <action>maincpu.mw@022AEA=606A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@022AEA=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@03226A</action>
    </script>
    <script state="run">
      <action>maincpu.mw@03226A=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@03226A=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <script state="on">
      <action>temp0=maincpu.mw@0260B6</action>
      <action>temp1=maincpu.mw@0260C6</action>
      <action>temp2=maincpu.mw@0317F4</action>
      <action>temp3=maincpu.mw@031876</action>
      <action>temp4=maincpu.mw@031932</action>
      <action>temp5=maincpu.mw@0319B4</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0260B6=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@0260C6=600A</action>
      <action>maincpu.mw@0317F4=606E</action>
      <action>maincpu.mw@031876=606E</action>
      <action>maincpu.mw@031932=606E</action>
      <action>maincpu.mw@0319B4=606E</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0260B6=temp0</action>
      <action>maincpu.mw@0260C6=temp1</action>
      <action>maincpu.mw@0317F4=temp2</action>
      <action>maincpu.mw@031876=temp3</action>
      <action>maincpu.mw@031932=temp4</action>
      <action>maincpu.mw@0319B4=temp5</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [rabbit] Rabbit (Asia 3/6)

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