[lkage] The Legend of Kage

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
nolberto82
Posts: 168
Joined: Tue Aug 30, 2011 1:22 am
Been thanked: 4 times

[lkage] The Legend of Kage

Post by nolberto82 »

lkage.xml

Code: Select all

  <cheat desc="Hit Anywhere"> <comment>Shurikens only.</comment>
    <script state="run">
      <action>maincpu.mb@5CED=00</action>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [lkage] The Legend of Kage

Post by Pugsy »

Thanks, added and replicated for the various clones.
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)
jman
Posts: 865
Joined: Tue Dec 01, 2020 1:24 pm

Re: [lkage] The Legend of Kage

Post by jman »

Sorry about bump of the oldest thread. But this code causes the game crash in playing the game.
Don't report to MAME testers as "bug" even if you encounter this accident. Because the reason is due to cheat.

Unfortunately, current database based on 0.259 doesn't have in-game ROM check skipper.

Code: Select all

    <cheat desc="skip in-game rom check">
        <comment>don't turn off when you use any ROM codes to prevent from the game crash</comment>
        <script state="on">
            <action>temp0 = maincpu.mb@DFA0</action>
        </script>
        <script state="run">
            <action>maincpu.mb@DFA0 = C9</action>
        </script>
        <script state="off">
            <action>maincpu.mb@DFA0 = temp0</action>
        </script>
    </cheat>
$DFA0 is common address for in-game ROM check routine in all sets.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [lkage] The Legend of Kage

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