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.
Abystus
Posts: 592 Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 59 times
Post
by Abystus » Wed Apr 03, 2013 5:55 am
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 .
Pugsy
Posts: 3682 Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:
Post
by Pugsy » Mon May 27, 2013 8:26 pm
Thanks, added
Abystus
Posts: 592 Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 59 times
Post
by Abystus » Sun Feb 18, 2024 7:17 am
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 .
Pugsy
Posts: 3682 Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:
Post
by Pugsy » Sun Mar 10, 2024 12:56 am
Thanks, added
Abystus
Posts: 592 Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 59 times
Post
by Abystus » Tue May 21, 2024 7:17 pm
rabbit.xml
Code: Select all
<cheat desc="Allow Fighting Before Round Starts">
<script state="on">
<action>temp0=maincpu.mw@02E630</action>
</script>
<script state="run">
<action>maincpu.mw@02E630=6002</action> <!-- This Program Code cheat was made by Abystus -->
</script>
<script state="off">
<action>maincpu.mw@02E630=temp0</action>
</script>
</cheat>
Bored? Watch some of my hacks here .