[buriki] Codes for ya

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
andrewrae
Posts: 8
Joined: Tue Mar 10, 2015 10:25 pm

[buriki] Codes for ya

Post by andrewrae »

Buriki One. What I've got for now, may be back with more.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@800F3A56=0908</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy P1">
    <script state="run">
      <action>maincpu.pw@80135E2C=4320</action>
    </script>
  </cheat>

  <cheat desc="Select Character P1">
    <parameter>
      <item value="0x0000">Gai Tendo</item>
      <item value="0x0001">Ryo Sakazaki</item>
      <item value="0x0002">Payak Sitpitak</item>
      <item value="0x0003">Seo Yong-Song</item>
      <item value="0x0004">Ivan Sokolov</item>
      <item value="0x0005">Akatsuki-Maru</item>
      <item value="0x0006">Rob Python</item>
      <item value="0x0007">J. Ducalis</item>
      <item value="0x0008">PV Heyting</item>
      <item value="0x0009">Saionji Takato</item>
      <item value="0x000A">Song Xuandao</item>
      <item value="0x000B">#Silber#</item>
    </parameter>
    <script state="change">
      <action>maincpu.pw@80144690=param</action>
    </script>
  </cheat>

  <cheat desc="No Energy P2">
    <script state="run">
      <action>maincpu.pw@80135FE4=0000</action>
    </script>
  </cheat>

  <cheat desc="No Recovery P2">
    <script state="run">
      <action>maincpu.pw@80135FE2=0000</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: [buriki] Codes for ya

Post by Pugsy »

Don't know about these, they don't appear to valid cheat addresses.
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)
andrewrae
Posts: 8
Joined: Tue Mar 10, 2015 10:25 pm

Re: [buriki] Codes for ya

Post by andrewrae »

File worked good for me. Where's your issue?
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: [buriki] Codes for ya

Post by Pugsy »

Ok, looked @ again properly. I think I must have been put off by the Time address as the value is weird and wp 800F3A56,2,w didn't get hit by the debugger though F3A56 does (normally other way round for lots of MIP CPU games) - plus it doesn't match the areas searched by the cheat finder plugin. Anyway, sorry about the confusion. Added now, thanks.
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)
Post Reply