[multiple neogeo games] Mute All Music in ADK/Alpha Denshi Neogeo games

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
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[multiple neogeo games] Mute All Music in ADK/Alpha Denshi Neogeo games

Post by Pugsy »

This will mute all music in all the official ADK/Alpha Denshi developed games on the NeoGeo. It basically just stops the music player routine from running.

So it works for the following games:-
aodk, bjourney, bjourneyh, crswd2bl, crsword, maglord, maglordh, moshougi, ncombat, ncombath, ncommand, ninjamas, overtop, trally, twinspri, wh1, wh1h, wh1ha, wh2, wh2h, wh2j & whp

Haven't looked at the other neogeo games yet, but the cheat finding technique was made for ADK games only and I know it doesn't work on mslug so not investigating anymore at this time.

Code: Select all

  <cheat desc="Mute All Music"> <comment>Fully mutes all music, including BIOS music</comment>
    <script state="on">
      <action condition="maincpu.pb@0109==03">temp0=04AC</action> <!-- moshougi -->
      <action condition="maincpu.pb@0109==05">temp0=D2A4</action> <!-- maglord, maglordh -->
      <action condition="maincpu.pb@0109==09">temp0=CEBD</action> <!-- ncombat, ncombath -->
      <action condition="maincpu.pb@0109==12">temp0=04AC</action> <!-- overtop (same as moshougi) -->
      <action condition="maincpu.pb@0109==17">temp0=04AC</action> <!-- ninjamas (same as moshougi) -->
      <action condition="maincpu.pb@0109==22">temp0=CEC0</action> <!-- bjourney, bjourneyh -->
      <action condition="maincpu.pb@0109==24">temp0=04C2</action> <!-- twinspri -->
      <action condition="maincpu.pb@0109==37">temp0=03ED</action> <!-- crsword (same as trally) -->
      <action condition="maincpu.pb@0109==38">temp0=03ED</action> <!-- trally -->
      <action condition="maincpu.pb@0109==50">temp0=03ED</action> <!-- ncommand (same as trally) -->
      <action condition="maincpu.pb@0109==53">temp0=03FE</action> <!-- wh1,wh1h,wh1ha -->
      <action condition="maincpu.pb@0109==54">temp0=03ED</action> <!-- crswd2bl (same as trally) -->
      <action condition="maincpu.pb@0109==57">temp0=040D</action> <!-- wh2, wh2h -->
      <action condition="maincpu.pb@0109==64">temp0=0408</action> <!-- wh2j -->
      <action condition="maincpu.pb@0109==74">temp0=0408</action> <!-- aodk (same as wh2j) -->
      <action condition="maincpu.pb@0109==90">temp0=04AC</action> <!-- whp (same as moshougi)-->
    </script>
    <script state="run">
      <action condition="audiocpu.rb@temp0==32">audiocpu.rb@temp0=C9</action>
    </script>
    <script state="off">
      <action condition="audiocpu.rb@temp0==C9">audiocpu.rb@temp0=32</action>
    </script>
  </cheat>
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
HawkOne33
Posts: 95
Joined: Mon Jan 24, 2005 6:44 am
Location: Chicago, IL USA
Contact:

Re: [multiple neogeo games] Mute All Music in ADK/Alpha Denshi Neogeo games

Post by HawkOne33 »

Thanks a lot, Pugsy for this. YouTube's broken DMCA has a serious issue with music from music companies flagging videos about their content violates YouTube's TOS, which I don't see and it's stupid on their part.
Post Reply