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.
RedBeam
Posts: 191 Joined: Tue Oct 24, 2006 10:26 am
Location: Italy (Sardegna)
Post
by RedBeam » Sun Oct 21, 2012 3:32 pm
Hey this forum is all new, it had been ages since my last cheat.
Opened mame again and nothing is like in the old period. Anyways I hacked again a game.
Enemies are so annoying on Mad Ball so I thought a little hack can be very handy.
Code: Select all
<cheat desc="----------"/>
<cheat desc="Mad Ball"/>
<cheat desc="----------"/>
<cheat desc="Enemies never come">
<script state="on">
<action>temp0 =maincpu.mb@017150</action>
</script>
<script state="run">
<action>maincpu.mb@017150=60</action>
</script>
<script state="off">
<action>maincpu.mb@017150=temp0 </action>
</script>
</cheat>
<cheat desc=" "/>
See you
The CPS2 smasher
My troopers are skilled, but I'm supreme!!!
(Modest, huh?
)
RedBeam
Posts: 191 Joined: Tue Oct 24, 2006 10:26 am
Location: Italy (Sardegna)
Post
by RedBeam » Mon Oct 22, 2012 12:00 pm
Another annoying thing that happens on levels > 8 blocked via romhack
Code: Select all
<cheat desc="----------"/>
<cheat desc="Rocktris"/>
<cheat desc="----------"/>
<cheat desc="Never add random bricks">
<script state="on">
<action>temp0 =maincpu.mb@02DF74</action>
</script>
<script state="run">
<action>maincpu.mb@02DF74=60</action>
</script>
<script state="off">
<action>maincpu.mb@02DF74=temp0 </action>
</script>
</cheat>
<cheat desc=" "/>
The CPS2 smasher
My troopers are skilled, but I'm supreme!!!
(Modest, huh?
)
RedBeam
Posts: 191 Joined: Tue Oct 24, 2006 10:26 am
Location: Italy (Sardegna)
Post
by RedBeam » Wed Oct 24, 2012 10:34 am
mazhar111 wrote: thanks for sharing
Enjoy!
The CPS2 smasher
My troopers are skilled, but I'm supreme!!!
(Modest, huh?
)
Pugsy
Posts: 3686 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 5:14 pm
Thanks, added and converted for clone.