[zerowingw] disable background music

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
User avatar
gigadeath
Posts: 27
Joined: Sun Jul 26, 2015 2:39 pm

[zerowingw] disable background music

Post by gigadeath »

thank you very much^_^
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:

Re: [zerowingw] disable background music

Post by Pugsy »

Was a little bored so knocked this up, not a fan of music cheats as I often play MAME with the sound off.

But try this for size:

Code: Select all

  <cheat desc="No Background Music">
    <script state="on">
      <action>temp0 =maincpu.mw@01742</action>
      <action>temp1 =maincpu.mw@05FE4</action>
    </script>
    <script state="run">
      <action>maincpu.mw@01742=7000</action> <!-- First Level Played -->
      <action>maincpu.mw@05FE4=303C</action> <!-- Next Levels -->
    </script>
    <script state="off">
      <action>maincpu.mw@01742=temp0 </action>
      <action>maincpu.mw@05FE4=temp1 </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)
Post Reply