[ktiger2] Select weapon/Max power up

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
glide33
Posts: 4
Joined: Fri Nov 29, 2019 3:33 am

[ktiger2] Select weapon/Max power up

Post by glide33 »

Only the Jap. version (Kyukyoku Tiger 2) works on the latest MAME version.
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: [ktiger2] Select weapon/Max power up

Post by Pugsy »

I've added wayder's cheats for these to the next release.
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)
glide33
Posts: 4
Joined: Fri Nov 29, 2019 3:33 am

Re: [ktiger2] Select weapon/Max power up

Post by glide33 »

Can I see them?
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: [ktiger2] Select weapon/Max power up

Post by Pugsy »

Code: Select all

<cheat desc="P1 Select Weapon">
    <parameter>
      <item value="0x00">Red</item>
      <item value="0x01">Blue</item>
      <item value="0x02">Green</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@40D2A9=param</action>
    </script>
  </cheat>
  <cheat desc="P1 Maximum Fire Power">
    <script state="run">
      <action>maincpu.pb@40D2AB=03</action>
    </script>
  </cheat>
  <cheat desc="P2 Select Weapon">
    <parameter>
      <item value="0x00">Red</item>
      <item value="0x01">Blue</item>
      <item value="0x02">Green</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@40D369=param</action>
    </script>
  </cheat>
  <cheat desc="P2 Maximum Fire Power">
    <script state="run">
      <action>maincpu.pb@40D36B=03</action>
    </script>
  </cheat>
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)
glide33
Posts: 4
Joined: Fri Nov 29, 2019 3:33 am

Re: [ktiger2] Select weapon/Max power up

Post by glide33 »

Thanks!
Post Reply