Sound Test Cheats (segahang.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 (segahang.c)

Post by Tafoid »

All parents and clones in driver:

Enduro Racer (enduror)

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test (F2 before using)">
    <parameter min="1" max="55" step="1"/>
    <script state="change">
      <action>maincpu.pb@040500=0</action>
      <action>maincpu.pb@040500=param+80</action>
    </script>
  </cheat>
</mamecheat>
Hang-On (hangon)

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test (F2 before using)">
    <parameter min="1" max="29" step="1"/>
    <script state="change">
      <action>maincpu.pb@020c640=0</action>
      <action>maincpu.pb@020c640=param+80</action>
    </script>
  </cheat>
</mamecheat>
Space Harrier (sharrier)

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test (F2 before using)">
    <parameter min="1" max="127" step="1"/>
    <script state="change">
      <action>maincpu.pb@040500=0</action>
      <action>maincpu.pb@040500=param+80</action>
    </script>
  </cheat>
</mamecheat>
Super Hang-On (shangon)

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test (Use in Test Mode)">
    <parameter min="1" max="35" step="1"/>
    <script state="change">
      <action>maincpu.pb@068640=0</action>
      <action>maincpu.pb@068640=param+80</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 (segahang.c)

Post by Pugsy »

Thanks, added (all clones listed with -lc command)

(enduror , enduror1, endurob2 & endurobl)
(hangon & hangon1)
(sharrier & sharrier1)
(shangon, shangonro, shangonrb, shangon3, shangon2, shangon1 & shangonle)
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