[brival] Burning Rival (World)

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
User avatar
Abystus
Posts: 551
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[brival] Burning Rival (World)

Post by Abystus »

brival.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.ob@10049C=03</action>
      <action>maincpu.ob@1007F6=03</action>
      <action>maincpu.ob@1007FC=03</action>
    </script>
    <script state="off">
      <action>maincpu.ob@10049C=1C</action>
      <action>maincpu.ob@1007F6=37</action>
      <action>maincpu.ob@1007FC=31</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
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: [brival] Burning Rival (World)

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)
User avatar
Abystus
Posts: 551
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [brival] Burning Rival (World)

Post by Abystus »

brival.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=mainpcb:maincpu.rb@1001D5</action>
    </script>
    <script state="run">
      <action>mainpcb:maincpu.rb@1001D5=7A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>mainpcb:maincpu.rb@1001D5=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Maximum Damage Knockdown/Dizzy">
    <script state="on">
      <action>temp0=mainpcb:maincpu.rb@10457A</action>
    </script>
    <script state="run">
      <action>mainpcb:maincpu.rb@10457A=03</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>mainpcb:maincpu.rb@10457A=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <script state="on">
      <action>temp0=mainpcb:maincpu.rb@1026E9</action>
      <action>temp1=mainpcb:maincpu.rb@102701</action>
      <action>temp2=mainpcb:maincpu.rb@FEC35B</action>
      <action>temp3=mainpcb:maincpu.rb@FEC3A0</action>
    </script>
    <script state="run">
      <action>mainpcb:maincpu.rb@1026E9=7A</action> <!-- This Program Code cheat was made by Abystus -->
      <action>mainpcb:maincpu.rb@102701=7A</action>
      <action>mainpcb:maincpu.rb@FEC35B=03</action>
      <action>mainpcb:maincpu.rb@FEC3A0=03</action>
    </script>
    <script state="off">
      <action>mainpcb:maincpu.rb@1026E9=temp0</action>
      <action>mainpcb:maincpu.rb@102701=temp1</action>
      <action>mainpcb:maincpu.rb@FEC35B=temp2</action>
      <action>mainpcb:maincpu.rb@FEC3A0=temp3</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
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: [brival] Burning Rival (World)

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