Sound Test Cheats - jack.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 - jack.c

Post by Tafoid »

Jack the Giant Killer (jack + clones)

Code: Select all

  <cheat desc="Sound Test">
  <parameter min="1" max="31" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
Freeze (freeze)

Code: Select all

  <cheat desc="Sound Test">
  <parameter min="1" max="17" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
Joinem (joinem)

Code: Select all

  <cheat desc="Sound Test">
  <parameter min="1" max="20" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
Loverboy (loverboy)

Code: Select all

  <cheat desc="Sound Test">
  <parameter min="1" max="25" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
Super Casino (sucasino)

Code: Select all

  <cheat desc="Sound Test">
  <parameter min="1" max="31" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
Super Triv (striv)

Code: Select all

  <cheat desc="Sound Test">
  <parameter min="1" max="10" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
Tripool (tripool + clone)

Code: Select all

  <cheat desc="Sound Test">
  <parameter min="1" max="15" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
ZZYZZYXX (zzyzzyxx + clones)

Code: Select all

  <cheat desc="Sound Test">
  <parameter min="1" max="37" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: Sound Test Cheats - jack.c

Post by Pugsy »

Thanks, added.

Does rtriv need the same cheat as the striv?
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)
Tafoid
Posts: 56
Joined: Thu Aug 28, 2008 7:27 pm

Re: Sound Test Cheats - jack.c

Post by Tafoid »

Pugsy wrote:Thanks, added.

Does rtriv need the same cheat as the striv?
It might be similar, but the method of sound triggering doesn't appear to be the same location as striv.
I'll look at it and that driver.
Post Reply