[bldwolf]+ Bloody Wolf cheats aren't working.

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
User avatar
ReyVGM
Posts: 147
Joined: Thu May 11, 2006 3:55 pm
Contact:

[bldwolf]+ Bloody Wolf cheats aren't working.

Post by ReyVGM »

Hello guys.

I have the latest MAME and cheats for Bloody Wolf/Battle Rangers/Narazumo Sentou Butai do not work. They load fine, but when I activate them, they do nothing.

-Rey
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [bldwolf]+ Bloody Wolf cheats aren't working.

Post by Pugsy »

Thanks for the report - the driver has been changed, I wonder if this effects the PCE games in MESS too...

Anyway, I've replaced all addresses that start 1F0xxx with 2xxx which fixes the problem in the games mentioned above and in blazlaz & triothep+ which are the other TG16/PCE games in MAME with cheats.

bldwolf.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@2009=99</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@2024=99</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@2815=02</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL1">
    <script state="run">
      <action>maincpu.pb@2805=03</action>
    </script>
  </cheat>

  <cheat desc="Invincibility PL1">
    <script state="run">
      <action>maincpu.pb@2820=80|(maincpu.pb@2820 BAND ~80)</action>
      <action>maincpu.pb@2825=10</action>
    </script>
  </cheat>

  <cheat desc="Infinite Grenades PL1">
    <script state="run">
      <action>maincpu.pb@281A=99</action>
    </script>
  </cheat>

  <cheat desc="Infinite Ammo PL1">
    <script state="run">
      <action>maincpu.pb@2819=99</action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire PL1">
    <script state="run">
      <action>maincpu.pb@2200=00|(maincpu.pb@2200 BAND ~10)</action>
    </script>
  </cheat>

  <cheat desc="Select Weapon 1 PL1">
    <parameter>
      <item value="0x00">Normal Gun</item>
      <item value="0x01">Bazooka</item>
      <item value="0x02">Shot Gun</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@2817=param</action>
    </script>
  </cheat>

  <cheat desc="Select Weapon 2 PL1">
    <parameter>
      <item value="0x03">Grenade</item>
      <item value="0x04">Flamethrower</item>
      <item value="0x05">Flush Grenade</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@2818=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@285D=02</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL2">
    <script state="run">
      <action>maincpu.pb@284D=03</action>
    </script>
  </cheat>

  <cheat desc="Invincibility PL2">
    <script state="run">
      <action>maincpu.pb@2868=80|(maincpu.pb@2868 BAND ~80)</action>
      <action>maincpu.pb@286D=10</action>
    </script>
  </cheat>

  <cheat desc="Infinite Grenades PL2">
    <script state="run">
      <action>maincpu.pb@2862=99</action>
    </script>
  </cheat>

  <cheat desc="Infinite Ammo PL2">
    <script state="run">
      <action>maincpu.pb@2861=99</action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire PL2">
    <script state="run">
      <action>maincpu.pb@2204=00|(maincpu.pb@2204 BAND ~10)</action>
    </script>
  </cheat>

  <cheat desc="Select Weapon 1 PL2">
    <parameter>
      <item value="0x00">Normal Gun</item>
      <item value="0x01">Bazooka</item>
      <item value="0x02">Shot Gun</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@285F=param</action>
    </script>
  </cheat>

  <cheat desc="Select Weapon 2 PL2">
    <parameter>
      <item value="0x03">Grenade</item>
      <item value="0x04">Flamethrower</item>
      <item value="0x05">Flush Grenade</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@2860=param</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
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)
User avatar
ReyVGM
Posts: 147
Joined: Thu May 11, 2006 3:55 pm
Contact:

Re: [bldwolf]+ Bloody Wolf cheats aren't working.

Post by ReyVGM »

Excellent. Thanks Pugsy!
Post Reply