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:

Aristocrat MK5 coin modifier

Post by Heihachi_73 »

These cheats were made because I got sick of having to insert coins (while keeping a real world setting e.g. for a 1 cent machine, AU $1 buys 100 credits, NZ $2 buys 200 credits, US 1c buys 1 credit or 5c buys 5 credits) due to the lack of an emulated bill acceptor. Have fun and gamble responsibly! This is in the WIP section as once a bill acceptor is emulated the cheats will be redundant.

Note that the games have to be already set up and ready to play, this will not work if you are staring at Memory Error etc. As a safety measure, make sure to turn off the cheat before closing (or better, turn off the cheat after inserting enough credits) just in case the game somehow tries to save the last coin and baulks at it being different to the original setting, although I don't think it actually does anything.

This cheat replaces the current coin value with $100.00 or 10000 credits depending on the machine. Turning off the cheat restores the original coin value. Do not enable the cheats until the game has loaded to graphics otherwise the game will fail the POST with a DRAM error. Occasionally the denomination display may appear glitched or partly missing (usually when there is a screen change such as entering and exiting the audit menu with the cheat activated or opening/closing doors) but it will fix itself by turning off the cheat and entering and exiting the audit menu (unless of course the games were actually set up with $100 as the token value).

Additionally, the US games (notably those which use DIP switches instead of setchips) automatically hand pay all wins above $1199.99 (required by law in the United States but apparently not in other parts of North/Central/South America) so don't go overboard inserting too many credits on these particular games, especially since the earlier US games (those where the sound emulation plays static instead of music) tend to die horribly if they have to perform a hand pay (that's why they are considered not working!)

Non-US games usually have a $10000.00 limit or a 1000000 (1 million) credit limit. US games which use setchips can be configured to a non-US region such as Uruguay to increase the credit limit up to $99999.99 (the default setchip setting is $9999.99 however so make sure to change it).

As of MAME 0.206 there are 198 playable games in the driver, although not all of these are considered working due to either an erratic coin input (US region - press V to clear the coin diverter error that will happen sooner rather than later) or randomly hanging (the non-working NSW and Venezuela games - press F3 to continue playing, and make sure that the cheat is off when rebooting otherwise they will fail the POST checksum), or need external comms (the Queensland and casino type games, which boot and otherwise run but cannot enter "play" mode at all). Bad dumps don't boot at all so they are obviously not included.
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 »

adonis:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
adonisa:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
adonisce:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
adonisu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
alchemst:

Code: Select all

<mamecheat version="1">

  <cheat desc="Insert 10000 Credits">
    <script state="on">
      <action>temp0=maincpu.pw@2088A48</action>
    </script>
    <script state="run">
      <action>maincpu.pw@2088A48=2710</action>
    </script>
    <script state="off">
      <action>maincpu.pw@2088A48=temp0</action>
    </script>
  </cheat>

</mamecheat>
baddog:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
bootsctn:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
bootsctnu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
bootsctnua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
bootsctnub:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
bparty:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
bumblbug:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
bumblbugu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
bumblbugua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
buttdeli:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cashcat:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cashcata:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cashcatnz:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cashcham:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cashchama:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

cashchamnz:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cashchamu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cashcra5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
chariotc:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
chariotcv:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
checkma5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
chickna5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
chickna5u:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
chickna5ua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
coralrc2:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cuckoo:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
cuckoou:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
diamdove:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dimtouch:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dmdfever:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dolphntr:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dolphntra:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dolphntrb:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dolphntrce:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dolphntrcea:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

dolphntrceb:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dolphntru:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dreamwv:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
drgneye:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dstbloom:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dstblooma:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
dynajack:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
eforsta5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
eforsta5cea:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
eforsta5u:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
eforsta5ua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
eldorda5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
fastfort:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
fortellr:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
gambler:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
geisha:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
genmagi:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
glizrdce:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
gnomeatw:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
goldenra:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

goldpyr:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
goldpyra:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
hnktonku:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
honeypot:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
incasun:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
incasunnz:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
incasunsp:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
incasunu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
incasunua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
incasunv:

Code: Select all

<mamecheat version="1">

  <cheat desc="Insert 10000 Credits">
    <script state="on">
      <action>temp0=maincpu.pw@2088A4C</action>
    </script>
    <script state="run">
      <action>maincpu.pw@2088A4C=2710</action>
    </script>
    <script state="off">
      <action>maincpu.pw@2088A4C=temp0</action>
    </script>
  </cheat>

</mamecheat>
indrema5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
jumpjoey:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
kgalah:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
kgalaha:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
kgalahce:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
kgbirda5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
koalamnt:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
kookabuk:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
kyhatonu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
locoloot:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

locoloota:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
locolootnz:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
locolootu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
lonewolf:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
luckyclo:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
magimask:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
magimaska:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
magimaskb:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
magtcha5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
magtcha5a:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
mammothm:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
marmagic:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
marmagicu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
marmagicua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
mgarden:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
minemine:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
minemineu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
minemineua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
monmouse:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
monmousea:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

montree:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
mountmon:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
mountmona:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
mountmonu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
multidrw:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
mystgard:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
one4all:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
orchidms:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
orchidmsa:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
orchidmsnz:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
oscara5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
oscara5a:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pantmag:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pantmaga:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
partygrs:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
partygrsa:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
peaflut:

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>
pengpay:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pengpaya:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pengpayb:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

pengpayc:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pengpayce:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pengpayu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pengpayua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pengpayub:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
pengpuck:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
penpir:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
penpira:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
petshop:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
phantpay:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
przfight:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qcash:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnile:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilea:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnileb:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilebr:
Also works with goldpyrb, jungjuic and penpir2 if you swap the casino BIOS (u7 and u11) to those sets.

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilec:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilece:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilecea:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnileceb:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

qniled:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilemax:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilenl:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilenz:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnileu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnileua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qnilev:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
qtbird:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
rainwrce:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
reelpwr:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
reelrock:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
retrsam:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
retrsama:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
retrsamb:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
rushrst:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
sbuk3:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
sbuk3a:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
sldeluxe:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
slvrwolf:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
snowcat:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

sumospin:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
swhr2:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
swhr2a:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
swhr2u:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
swhr2v:

Code: Select all

<mamecheat version="1">

  <cheat desc="Insert 10000 Credits">
    <script state="on">
      <action>temp0=maincpu.pw@2088930</action>
    </script>
    <script state="run">
      <action>maincpu.pw@2088930=2710</action>
    </script>
    <script state="off">
      <action>maincpu.pw@2088930=temp0</action>
    </script>
  </cheat>

</mamecheat>
thndh:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
thndha:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
thor:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
topbana:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
toutango:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
toutangonl:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
tritreat:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
trojhors:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
trpdlght:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
trpdlghtu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
trstrove:

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>
unicornd:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
unicornda:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
unicorndnz:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
unicorndu:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

venicea5:

Code: Select all

<mamecheat version="1">

  <cheat desc="Insert 10000 Credits">
    <script state="on">
      <action>temp0=maincpu.pw@2088A60</action>
    </script>
    <script state="run">
      <action>maincpu.pw@2088A60=2710</action>
    </script>
    <script state="off">
      <action>maincpu.pw@2088A60=temp0</action>
    </script>
  </cheat>

</mamecheat>
wafricau:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wamazon:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wamazona:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wamazonv:

Code: Select all

<mamecheat version="1">

  <cheat desc="Insert 10000 Credits">
    <script state="on">
      <action>temp0=maincpu.pw@20888F4</action>
    </script>
    <script state="run">
      <action>maincpu.pw@20888F4=2710</action>
    </script>
    <script state="off">
      <action>maincpu.pw@20888F4=temp0</action>
    </script>
  </cheat>

</mamecheat>
wcougar:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wcougaru:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wcougarua:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wcougarub:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wcougaruc:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wikwin:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wildbill:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wizways:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wldangel:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wnpost:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wthing:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
wtiger:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
yukongl5:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: Aristocrat MK5 coin modifier

Post by Pugsy »

Thats a lot of cheats....

Question is how far off is the emulated bill acceptor - is it worthwhile adding the cheats to begin with?

If they are going to be useful for a few versions then I'll add them and just leave them in when the bill acceptor gets added as they will be slightly better than nothing which is what most gambling games will have on the cheat front. They might help on calculating cheat offsets if RAM cheats are made for one of the games if nothing else.

BTW, do any of the MK5 games work without jumping through hoops?
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
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 »

Feel free to add the cheats if you wish, I suppose it is better than everyone wearing out the 5 key. :)

I really don't know when a bill acceptor will be added at this stage but hopefully someone finds a way of emulating one sooner or later (e.g. is it the same as peplus.cpp for example or a completely unemulated protocol?) Going by the fact the Venezuela games all boot with a bill acceptor error they are clearly not happy without one. Speaking of credit input, the coin input still needs a bit of work to fix the coin diverter errors (timing?) and the coin inhibit (e.g. you shouldn't be able to insert credits during an error mode or with the doors open or the audit menu on screen, on a real machine the inserted coins would fall through and end up in the tray).

Unfortunately, most of the games all require setting up on first boot prior to playing, aside from about half a dozen US games such as cuckoou (these games had some default NVRAM added during early WIP when they first started booting). The vast majority of games are fairly easy to set up however (once you get used to setting them up it's roughly 10-15 seconds per game (at least with NSW/ACT), and whether or not they require setchips (US games only) - the setchip games are naturally slower to set up as you have to swap chips and reboot multiple times (boot to game, note bet/line combo, note setchip number, swap to setchips, hit F3, set everything up, swap back to game, hit F3, set everything else up), although the checksum tests can be fast-forwarded; holding down the Insert key helps speed things up though), and the setup notes applicable to most regional variants were also added to the aristmk5.cpp source not so long ago.
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 »

Here's another one. Normally qnilebr doesn't let you double up wins because the gamble feature cannot be enabled in the options (a restriction with the casino BIOS it uses). However, the code for it is still there, fully intact and in Portuguese, and the game has the four suits (4 to 1 odds) as well.

Assuming the game has already been set up and in play mode, enter the machine options (Opções de Configuração -> Itens Gerais), press L to open the logic door, enable cheat, save settings, press L to close the logic door, and F2 to go back to the game. If you move the menu cursor with the cheat enabled you can also see the gamble option change from DISABLED to ENABLED (the cursor doesn't have to be hovering on top of the gamble setting). Once the setting has been saved, the cheat is no longer required (unless of course you want to turn it off again).

qnilebr:

Code: Select all

<mamecheat version="1">

  <cheat desc="Enable Gamble Feature"> <comment>Enable in the "Itens Gerais" menu and save settings</comment>
    <parameter>
      <item value="0x00">No</item>
      <item value="0x01">Yes</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@208BCB8=param</action>
    </script>
  </cheat>

</mamecheat>
Again, if the u7/u11 BIOS ROMs are swapped with goldpyrb, jungjuic or penpir2 it will also work with those games (with the default 0700474V BIOS, these games don't actually work due to needing comms emulation, but swapping with the qnilebr BIOS and renaming the ROMs accordingly (which means it has to be run from the command line because of the incorrect ROMs), the games become playable, although not officially supported as they were not Brazilian versions). As jungjuic is an older game, it only has the red/black double up without the suits. While goldpyrb and penpir2 are just clones of other games they aren't really that interesting, jungjuic is a unique game with a progressive jackpot (I think it might require 7-segment LEDs to show the jackpots but I can't be 100% sure if it actually has them - the jackpot amounts cannot be seen at all until they are won however, so it is possible).
cristiano
Posts: 11
Joined: Sun Jul 14, 2019 3:26 pm

Re: Aristocrat MK5 coin modifier

Post by cristiano »

A cheat to adjust the speed of the game and the sound would be very interesting, since everything is accelerated in the amature of this game.
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 »

The speed issues are seemingly caused by incomplete emulation of the video chip (VIDC), which also handles the sound output in the games (it is currently unknown why some games are only producing beeps or static noise).

Notably, every second frame output is being ignored by the emulation which also makes every second sound sample jump too, so the sound effects like the bell or the Inca Sun feature music play back twice as fast even though they are the correct pitch. The win music plays back at the correct speed because the MK5 uses 4-channel music tracks for the this, which are similar in design to a MOD or MIDI file and have their own timing unrelated to the video/sound timing. Note that the sound wave samples used in the music (which sounds somewhat like a 90s cellphone ringtone) are still affected by the speed issue and sounds bad for that reason.

A speed-reducing hack can be done by modifying the video section in MAME and recompiling, but this only makes everything slower rather than fixing the main issue, and most likely breaks the Acorn Archimedes drivers as well as the arcade games poizone and ertictac.

In other words, MAME needs some help in emulating this hardware properly, as the same thing also affects the home computer (Archimedes A3020) that the MK5 is derived from. It is thought to be an unemulated interlaced mode (for "high" resolutions such as 640x480 - or in the MK5's case, 640x400) causing the speed issue, given the fact that the Archimedes computers also support this in real hardware but MAME apparently doesn't (if the wrong video mode is used on a real Archimedes, it too will run games at double or half speed if they were designed for the other mode). At the time the MK5 driver was first added, only poizone and ertictac were somewhat working, but both of these games are based on 1987-era hardware (Archimedes 310, using an ARM2 CPU) which is quite a bit different to the 1994-era hardware used on the MK5 (which has an ARM250TG CPU), and they only used the low-resolution 320x240 mode.

By editing src\mame\machine\archimds.cpp and changing

Code: Select all

static const uint32_t pixel_rate[4] = { 8000000, 12000000, 16000000, 24000000};
to

Code: Select all

static const uint32_t pixel_rate[4] = { 8000000, 12000000, 16000000, 12000000};
you will get the "correct" speed, but since every second frame is still skipped the same things still won't work properly e.g. wins will sometimes not flash and the sound effects will still be at double speed. Note that this modification is a hack and is therefore not supported by MAME developers.
cristiano
Posts: 11
Joined: Sun Jul 14, 2019 3:26 pm

Re: Aristocrat MK5 coin modifier

Post by cristiano »

Thanks for the help and quick response, I had actually done some tests and managed to slow down the game that way, but I did not understand why the sound never fit as it should, now it's clear from its excellent explanation. Thank you.
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 »

The above source hack is no longer applicable as of 0.214; work is currently being done on the Acorn VIDC (although I have no idea if it will fix the speed of the MK5 games, or the sound output).
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 »

Update for MAME 0.232 now that jumpbean and sbuk2 are playable.

jumpbean:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
sbuk2:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
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 »

Belated update for 0.234:

phantpyc:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
rainwarr:

Code: Select all

<mamecheat version="1">

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

</mamecheat>
Post Reply