Sound Test Cheats (lwings.c)

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
Tafoid
Posts: 56
Joined: Thu Aug 28, 2008 7:27 pm

Sound Test Cheats (lwings.c)

Post by Tafoid »

All games in driver except Avengers for now:

Legendary Wings (lwings)

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test (Credit before using!)">
  <parameter min="1" max="55" step="1"/>
    <script state="change">
    <action>maincpu.pb@C03A=param</action>
    </script>
  </cheat>
</mamecheat>
Section Z (sectionz)

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test">
  <parameter min="1" max="41" step="1"/>
    <script state="change">
    <action>maincpu.pb@C03A=param</action>
    </script>
  </cheat>
</mamecheat>
Trojan (trojan)

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test">
  <parameter min="1" max="79" step="1"/>
    <script state="change">
    <action condition="(param LE 47)">maincpu.pb@C03A=param</action>
    <action condition="(param GE 48)">maincpu.pb@F80D=param-48</action>
    </script>
  </cheat>
</mamecheat>
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: Sound Test Cheats (lwings.c)

Post by Pugsy »

Thanks, added

(lwings, lwings2, lwingsj & lwingsb)
(sectionz & sectionza)
(trojan, trojanj & trojanr)
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