[lovehous] Mahjong Love House [BET] (Japan 901024)

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
TabihitoGaiden
Posts: 40
Joined: Fri May 05, 2006 6:29 pm
Location: Still Wandering...
Contact:

[lovehous] Mahjong Love House [BET] (Japan 901024)

Post by TabihitoGaiden »

(Be warned the following set is a clone of [club90s] using the same graphics and special effects, and as such is only too darned good a simulation of the club scene of the time. In short, if you're going to try the codes out, and have never opened any set of it before, expect flashing lights and now-dated scene music.)

...More changing memory address locations in clones of games, this time change the second one from 4 to C and 5 to D, and you get this:

Code: Select all

  <cheat desc="Get winning hand Now!">
    <script state="on">
      <action>maincpu.pb@FC8F=31</action>
      <action>maincpu.pb@FC90=31</action>
      <action>maincpu.pb@FC91=31</action>
      <action>maincpu.pb@FC92=32</action>
      <action>maincpu.pb@FC93=32</action>
      <action>maincpu.pb@FC94=32</action>
      <action>maincpu.pb@FC95=33</action>
      <action>maincpu.pb@FC96=33</action>
      <action>maincpu.pb@FC97=33</action>
      <action>maincpu.pb@FC98=34</action>
      <action>maincpu.pb@FC99=34</action>
      <action>maincpu.pb@FC9A=34</action>
      <action>maincpu.pb@FC9B=35</action>
      <action>maincpu.pb@FC9C=35</action>
    </script>
  </cheat>

  <cheat desc="Always winning hand">
    <script state="run">
      <action>maincpu.pb@FC8F=31</action>
      <action>maincpu.pb@FC90=31</action>
      <action>maincpu.pb@FC91=31</action>
      <action>maincpu.pb@FC92=32</action>
      <action>maincpu.pb@FC93=32</action>
      <action>maincpu.pb@FC94=32</action>
      <action>maincpu.pb@FC95=33</action>
      <action>maincpu.pb@FC96=33</action>
      <action>maincpu.pb@FC97=33</action>
      <action>maincpu.pb@FC98=34</action>
      <action>maincpu.pb@FC99=34</action>
      <action>maincpu.pb@FC9A=34</action>
      <action>maincpu.pb@FC9B=35</action>
      <action>maincpu.pb@FC9C=35</action>
    </script>
  </cheat>

  <cheat desc="Watch ALL 14 tiles - Player">
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">maincpu.pb@(FC8F + argindex)</argument>
      </output>
    </script>
  </cheat>

  <cheat desc="Watch ALL 14 tiles - C.P.U.">
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">maincpu.pb@(FD0F + argindex)</argument>
      </output>
    </script>
  </cheat>
I think it's also safe to say they removed the shop system from the game, and as such the money cheat isn't needed. After all, why give the player advantages such as game-breaking items in the [BET] version of the game?
The journey never ends, as the traveler goes on... into another side tale.
User avatar
Pugsy
Posts: 3688
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [lovehous] Mahjong Love House [BET] (Japan 901024)

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply