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.
syndromtr
Posts: 232 Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time
Post
by syndromtr » Wed Jan 03, 2018 9:30 pm
only basic ones, energy and special moves...
Code: Select all
<mamecheat version="1">
<cheat desc="P1 Infinite Energy">
<script state="run">
<action>maincpu.pb@20040EA8=77</action>
</script>
</cheat>
<cheat desc="-= 'Advanced' Mode Cheats =-"/>
<cheat desc="P1 Infinite Power">
<script state="run">
<action>maincpu.pb@20040F53=05</action>
</script>
</cheat>
<cheat desc="-= 'Extra' Mode cheats =-"/>
<cheat desc="P1 Infinite Power">
<script state="run">
<action>maincpu.pb@20040E59=60</action>
</script>
</cheat>
<cheat desc=" "/>
<cheat desc="P2 Infinite Energy">
<script state="run">
<action>maincpu.pb@200410A8=77</action>
</script>
</cheat>
<cheat desc="-= 'Advanced' Mode Cheats =-"/>
<cheat desc="P2 Infinite Power">
<script state="run">
<action>maincpu.pb@20041153=05</action>
</script>
</cheat>
<cheat desc="-= 'Extra' Mode cheats =-"/>
<cheat desc="P2 Infinite Power">
<script state="run">
<action>maincpu.pb@20041059=60</action>
</script>
</cheat>
</mamecheat>
mazhar111
Posts: 22 Joined: Wed Feb 18, 2009 3:55 pm
Post
by mazhar111 » Fri Jan 05, 2018 7:51 am
thanks waiting for it and please secret characters
syndromtr
Posts: 232 Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time
Post
by syndromtr » Fri Jan 05, 2018 12:14 pm
if anybody finds details-howto (document or youtube video) for unlocking those chars for arcade version, may share here so i can investigate more...
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 Apr 02, 2018 8:15 pm
Thanks, added along with some simple 'normal/non secret' character cheats, time + credits
floydtafalla
Posts: 1 Joined: Fri Apr 20, 2018 10:54 am
Post
by floydtafalla » Fri Apr 20, 2018 10:58 am
Hi sir good day to you how do i use this code i am using classic arcade app on my mobile which is the mame. Thank you.
Rona87
Posts: 3 Joined: Mon Mar 01, 2021 6:27 pm
Post
by Rona87 » Sat Mar 06, 2021 1:26 pm
hello kof98umh no orochi iori character for mame can you share it, thank you in advance
Ronay87
Posts: 1 Joined: Mon Aug 23, 2021 6:40 pm
Post
by Ronay87 » Mon Aug 23, 2021 6:45 pm
Thank you very much, can you send all the boss character cheats for p2, thank you
andrewrae
Posts: 8 Joined: Tue Mar 10, 2015 10:25 pm
Post
by andrewrae » Mon Dec 20, 2021 10:06 pm
Seeing your codes and raising you a boss modifier. Hacked a version of this for the PS2 game too, which I own.
Code: Select all
<cheat desc="Select Bosses"> <comment>Who you fight will be affected by which values are set during stages 1-3 and 4-5, so change it up if you like!</comment>
<parameter>
<item value="0x00">Shingo / '98 Boss Teams + Omega Rugal</item>
<item value="0x03">Eiji/Kasumi / '96 Boss Team + Goenitz</item>
<item value="0x06">Orochi Iori/Orochi Leona/Rugal / Orochi Team + Orochi</item>
</parameter>
<script state="run">
<action>maincpu.pb@20018D18=param</action>
</script>
</cheat>