Page 7 of 8

Re: MAME XML Cheats Collection for MAME 0.187

Posted: Tue Jul 03, 2018 5:33 pm
by Mjasso
SUPER HANG-ON INVICILITY CHEAT.
The cheat for inviciblity fo Super Hang-on dosent work.

From Marcelo Jasso S.

Re: MAME XML Cheats Collection for MAME 0.187

Posted: Tue Jul 03, 2018 5:33 pm
by Mjasso
SUPER HANG-ON INVICILITY CHEAT.
The cheat for inviciblity fo Super Hang-on dosent work.

From Marcelo Jasso S.

Re: MAME XML Cheats Collection for MAME 0.199

Posted: Sun Jul 08, 2018 12:25 am
by Pugsy
Bump for 0.199.

Re: MAME XML Cheats Collection for MAME 0.199

Posted: Sun Jul 08, 2018 12:41 am
by Pugsy
Mjasso wrote:SUPER HANG-ON INVICILITY CHEAT.
The cheat for inviciblity fo Super Hang-on dosent work.

From Marcelo Jasso S.
shangon invincibility works fine here.

Re: MAME XML Cheats Collection for MAME 0.200

Posted: Sun Aug 12, 2018 12:20 am
by Pugsy
Bump for 0.200

Re: MAME XML Cheats Collection for MAME 0.206

Posted: Fri Feb 08, 2019 5:51 pm
by Pugsy
Bump for 0.206

Re: MAME XML Cheats Collection for MAME 0.206

Posted: Sat Feb 09, 2019 4:43 pm
by mezdap
...

Re: MAME XML Cheats Collection for MAME 0.206

Posted: Sat Jan 11, 2020 4:10 pm
by Nery89
Bug report for MAME 0.217: rom srmp5 cheat menu not affecting game in any way (all options don't take effect)

Re: MAME XML Cheats Collection for MAME 0.221

Posted: Fri Jun 19, 2020 12:19 pm
by Pugsy
Bump for 0.221

I might have missed adding one or two things....but its a massive update that I needed to get out of the way.

Re: MAME XML Cheats Collection for MAME 0.221

Posted: Wed Jul 29, 2020 8:57 pm
by YK147
Hi Pugsy First Of All Thank You For Your Hard Work That You Put Into This Project To Help Us Gamers & Cheaters :D

Secondly Yesterday I Spotted A Cheat That Made The Game [Alien vs. Predator (Euro 940520 Phoenix Edition) avspd] Crash So I Looked It Up Online

I Found Out That nolberto82 Had Posted The Hit Anywhere Cheat As viewtopic.php?t=4465
<action>maincpu.mw@01D0A6=4E71</action>
<action>maincpu.mw@01D182=6002</action>

Whereas In The avspd.xml due to a typo or whatever it was entered as
<action>maincpu.mw@01D0A6=6002</action>
<action>maincpu.mw@01D182=4E71</action>

So Today I Registered To Thank You And To Let You Know About This, Again Appreciate Your Tiresome Efforts A Lot, Thank You

Re: MAME XML Cheats Collection for MAME 0.221

Posted: Mon Aug 10, 2020 2:11 pm
by LegitimatePride
Hello, I wanted to report this specific cheat:
The cheat for X-Men: Children of the Atom (all clones) to enable the Edit Menu doesn't work, when activating the cheat, it softlocks the game and the Edit Menu doesn't open.

Re: MAME XML Cheats Collection for MAME 0.221

Posted: Sun Aug 16, 2020 1:07 pm
by LegitimatePride
Hi there, found another non-functional cheat:
The "Invincibility - Player" cheat for Jail Break (jailbrek) doesn't do anything. When activating it, the player just dies like normal.

Re: MAME XML Cheats Collection for MAME 0.221

Posted: Mon Aug 17, 2020 12:45 am
by Pugsy
Thanks to you both YK147 & LegitimatePride.

Fixed avspd for the next release.

Changed the X-Men: Children of the Atom parent cheat to a ROM cheat, and commented it out for the others for the time being.

Fixed the jailbrek Invincibility cheats (+ for the two clones).

Thanks again

Re: MAME XML Cheats Collection for MAME 0.221

Posted: Wed Aug 19, 2020 12:17 pm
by AKUMA209x
In Street Fighter III 3rd Strike: Fight For The Future (USA 990608) the Gill code eventually crashes the game and MAME itself in an arcade run at the last battle instead of facing Alex at the end. This has been happening with the code since the MAME devs started implementing updates to the CPS-III roms / chds some time before MAME build 0.217. The Shin Akuma code still works as intended.

Re: MAME XML Cheats Collection for MAME 0.221

Posted: Sat Oct 31, 2020 5:59 am
by TheCiscoKid
Hey this is sort-of a cheat request but I'm mostly just curious what I'm doing wrong in trying to create my own cheat.
Going by this: http://donhodges.com/pacman_pinky_explanation.htm
and this: viewtopic.php?t=3562

I didn't think it'd be too difficult to create a .xml "Inky Movement Tracking Change" code to match the Pinky one, but everything I try is just spitting out "pacman.xml(307): error parsing cheat expression "temp1 = maincpu.mq@2FE0" (unknown symbol)"
...or maincpu.mw (tried splitting it and trimming off the "EB" byte the Pinky code starts with, as I couldn't match it to Hodges' code).... or @2FF0... troubleshooted a few different small changes to see if anything different happened but nope

I compared Hodges' raw code in the first link to the .xml cheat in the second link and copied the style of formatting exactly. Also tried the slightly different code pacman_fan supplied in the second link's comments.

Any advice? I'm just about to jump into the debugger and poke around myself but the error message seems to imply I'm getting the grammar wrong? Even tho it's the same as the Pinky cheat?


EDIT: 2FE0... not 2FEO... Zero not capital O. Coding is the worst sometimes. Fixed though :) Will update this post with the code once i've made sure it works.

EDIT2:

Code: Select all

  <cheat desc="Inky Movement Tracking Change"> <comment>See http://donhodges.com/pacman_pinky_explanation.htm for more info</comment>
    <script state="on">
      <action>temp0 =maincpu.md@27D6</action>
      <action>temp1 =maincpu.mq@2FE0</action>
      <action>temp2 =maincpu.mw@2FE8</action>
    </script>
    <script state="run">
      <action>maincpu.md@27D6=872FE0CD</action>
      <action>maincpu.mq@2FE0=C983877D6782877C</action>
      <action>maincpu.mw@2FE8=FBAC</action>
    </script>
    <script state="off">
      <action>maincpu.md@27D6=temp0 </action>
      <action>maincpu.mq@2FE0=temp1 </action>
      <action>maincpu.mw@2FE8=temp2 </action>
    </script>
  </cheat>

Can you add two mame game cheats to MAME XML Cheats Collection for MAME 0.221

Posted: Sat May 08, 2021 5:09 am
by 男生兒
Pugsy:
Can you add two mame game cheats to MAME XML Cheats Collection for MAME 0.221?
1. World Heroes (ALM-005)
Easy F,D,DF moves
2.Art of Fighting (NGM-044~NGH-044)
Story mode P1 Invincibility

Re: MAME XML Cheats Collection for MAME 0.245

Posted: Sat Jul 09, 2022 5:12 pm
by Pugsy
Bump for 0.245.

Re: MAME XML Cheats Collection for MAME 0.245

Posted: Thu Jul 14, 2022 7:25 am
by pepinos
toki games cheats are missing from the newer mame cheat

perhaps for other games too the cheats do not appeared in new cheat zip

Re: toki games cheats are missing

Posted: Thu Jul 14, 2022 9:48 am
by jman
The cheats for toki work fine here.

Also I confirm that the cheat package based on 0.245 has xml files for toki and clones.

Perhaps you put "cheat0245.zip" (or renamed to "cheat.zip") directly in the same folder as MAME.
Try to extract "cheat.7z" from zip file then put 7z file into MAME folder.

Re: MAME XML Cheats Collection for MAME 0.245

Posted: Thu Jul 14, 2022 10:24 am
by pepinos
jman

EDIT

on mame arcade 245 the cheats works just fine

they dont work on arcade mame 242

its weird