[machridra] Vs. Mach Rider(Fighting Course Version, set MR4)

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
nolberto82
Posts: 168
Joined: Tue Aug 30, 2011 1:22 am
Been thanked: 4 times

[machridra] Vs. Mach Rider(Fighting Course Version, set MR4)

Post by nolberto82 »

machridra.xml

Code: Select all

  <cheat desc="Beat Level Automatically">
    <script state="on">
      <action>temp0 = maincpu.mb@8FDE</action>
    </script>

    <script state="run">
      <action>maincpu.mb@8FDE=32</action>
    </script>

    <script state="off">
      <action>maincpu.mb@8FDE=temp0</action>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [machridra] Vs. Mach Rider(Fighting Course Version, set

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
ReyVGM
Posts: 147
Joined: Thu May 11, 2006 3:55 pm
Contact:

Re: [machridra] Vs. Mach Rider(Fighting Course Version, set MR4)

Post by ReyVGM »

This cheat was added incorrectly to the cheat database.

Code: Select all

  <cheat desc="Beat Level Automatically">
    <script state="on">
      <action>temp0=prg.mb@0FDE</action>
    </script>
    <script state="run">
      <action>prg.mb@0FDE=32</action> <!-- This ROM cheat was made by nolberto82 - 8FDE -->
    </script>
    <script state="off">
      <action>prg.mb@0FDE=temp0 </action>
    </script>
  </cheat>
It reads differently than the one nolberto posted above and it also crashes the emulator.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [machridra] Vs. Mach Rider(Fighting Course Version, set MR4)

Post by Pugsy »

Sorry I don't understand what the problem is...

Drivers change over time, memory areas and regions change as do the game shortnames.

For instance "machridra" no longer exists in 0.259 (or several versions before)
The ROM area changed from maincpu to prg a long time ago - you should always tie the MAME version you are using with the nearest MAME cheat release. It is not guaranteed to be 100% though. I try to update the cheats as MAME evolves and breaks cheats - it's a thankless task.

The game in 0.259 is "nvs_machridera" and the "Beat Level Automatically" in the 0.259 cheat collection works correctly with MAME 0.259 and it does NOT crash the emulator.


I'm guessing you are using an old MAME version?
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
ReyVGM
Posts: 147
Joined: Thu May 11, 2006 3:55 pm
Contact:

Re: [machridra] Vs. Mach Rider(Fighting Course Version, set MR4)

Post by ReyVGM »

You're right, I am using an older version. I didn't think that would cause an issue since every other cheat has worked fine so far.

Sorry about the improper report then.
Post Reply