Aristocrat MK5 coin modifier

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
User avatar
Heihachi_73
Posts: 267
Joined: Thu Jan 26, 2006 8:10 am
Location: Melbourne, Australia
Contact:

Re: Aristocrat MK5 coin modifier

Post by Heihachi_73 »

peafluta has the same memory location as the parent set.

Code: Select all

<mamecheat version="1">

  <cheat desc="Insert $100">
    <script state="on">
      <action>temp0=maincpu.pw@20889DC</action>
    </script>
    <script state="run">
      <action>maincpu.pw@20889DC=2710</action>
    </script>
    <script state="off">
      <action>maincpu.pw@20889DC=temp0</action>
    </script>
  </cheat>

</mamecheat>
Post Reply