[5clown] requested credits cheat

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
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

[5clown] requested credits cheat

Post by Pugsy »

5clown.xml

Code: Select all

  <cheat desc="Select Credits for Coin in x5"> <comment>Normally 5 Credits as Coin in x5 option in dipswitches</comment>
    <parameter min="1" max="255" step="1"/>
    <script state="run">
      <action>maincpu.mb@F341=param</action>
    </script>
    <script state="off">
      <action>maincpu.mb@F341=05 </action>
    </script>
  </cheat>

  <cheat desc="Select Credits for Coin in x10"> <comment>Normally 10 Credits as Coin in x10 option in dipswitches</comment>
    <parameter min="1" max="255" step="1"/>
    <script state="run">
      <action>maincpu.mb@F342=param</action>
    </script>
    <script state="off">
      <action>maincpu.mb@F342=0A </action>
    </script>
  </cheat>
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)
cristiano
Posts: 11
Joined: Sun Jul 14, 2019 3:26 pm

Re: [5clown] requested credits cheat

Post by cristiano »

Thanks for the work. But I get an error:
5clown.xml (11): error parsing XML (Junk after document element)
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [5clown] requested credits cheat

Post by Pugsy »

You said you'd been working on it, so I guessed you were just going to paste it into your existing 5clown.xml

If you haven't got a 5clown.xml, you need to add this at the very top of the XML:-

Code: Select all

<mamecheat version="1">
And this at the very bottom:-

Code: Select all

</mamecheat>
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)
cristiano
Posts: 11
Joined: Sun Jul 14, 2019 3:26 pm

Re: [5clown] requested credits cheat

Post by cristiano »

Sorry for not explaining correctly, in fact the edits I make are directly in roms, so I have no experience with xml cheats. Thanks for helping.
Post Reply