[toki] Toki (World set 1)

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

[toki] Toki (World set 1)

Post by nolberto82 »

toki.xml

Code: Select all

  <cheat desc="Hit Anywhere">
    <script state="run">
      <action>maincpu.mw@01935A=6000</action>
      <action>maincpu.mw@01935C=0030</action>
      <action>maincpu.mw@0193A4=6004</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: [toki] Toki (World set 1)

Post by Pugsy »

Thanks, added. Needs duping for 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)
ryosama
Posts: 2
Joined: Mon Aug 24, 2015 11:09 am

Re: [toki] Toki (World set 1)

Post by ryosama »

Debug mode.

The debug mode gives you full invincibility and display some informations about sprites on screen.
Thanks to this video for the cheat : https://youtu.be/Yr8IQAzEg1c?t=42m49s
The cheat directly comes from one of the developper : Sakuma.

Code: Select all

<cheat desc="Debug mode">
    <script state="on">
      <action>maincpu.mb@489=0F</action>
    </script>
    <script state="off">
      <action>maincpu.mb@489=00</action>
    </script>
</cheat>
Excuse my poor english, it's not my natural language.
Post Reply