Emulator Cheats

Memory altering cheats for emulators
It is currently Fri Sep 10, 2010 10:39 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: music mute for many CPS2 games
PostPosted: Wed Feb 03, 2010 9:56 am 
Offline
CheatFinder Private

Joined: Fri Sep 04, 2009 3:17 am
Posts: 28
ddsom, ddsomjr1, ddsomr3, ddsomr2, ddsomur1, ddsomb, ddsomr1, ddsoma, ddsomj, ddsomud, ddsomu
Code:
cheat "background music"
0 "default"
1 "kill", 1, 0xF027, 0x00

In FBA ini form.


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Mon Mar 08, 2010 10:02 am 
Offline
CheatFinder Private

Joined: Fri Sep 04, 2009 3:17 am
Posts: 28
It looks like only two codes are needed to mute music for all the CPS2 games.

Code:
cheat "background music"
0 "default"
1 "kill", 1, 0xF027, 0x00
It works on newer games:
1944
batcir
choko
csclub
ddsom
dimahoo
gigawing
jyangoku
mpang
mshvsf
mvsc
megaman2
progear
pzloop2
qndream
sfa3
sgemf
vhunt2
vsav
vsav2
xmvsf


Code:
cheat "background music"
0 "default"
1 "kill", 1, 0xF019, 0x00
It works on older games:
19xx
armwar
avsp
cybots
dstlk
ddtod
ecofghtr
hsf2
msh
mmancp2u
nwarr
ringdest
sfa
sfa2
sfz2al
ssf2
ssf2t
xmcota


There are some problems with mmatrix and spf2t but they seem to be MAME related.


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Tue Mar 09, 2010 12:44 am 
Offline
CheatFinder General
CheatFinder General
User avatar

Joined: Fri Aug 17, 2001 12:59 am
Posts: 1905
Location: North Wales, UK.
Nice work thanks, added - hope I haven't missed any clones. The byte writes should be word writes:-

1 "kill", 1, 0xF027, 0x00 becomes:-
Code:
  <cheat desc="No Background Music">
    <script state="run">
      <action>audiocpu.pw@F026=0000</action>
    </script>
  </cheat>


1 "kill", 1, 0xF019, 0x00 becomes
Code:
  <cheat desc="No Background Music">
    <script state="run">
      <action>audiocpu.pw@F018=0000</action>
    </script>
  </cheat>


For mmatrix and spf2t try these:-

Code:
  <cheat desc="No Background Music">
    <script state="run">
      <action>audiocpu.pw@F020=0000</action>
    </script>
  </cheat>

_________________
Pugsy

Servicing your cheating needs since 1985 ;-)

Grab the latest cheat files:
MAME 0.139 XML cheat collection (03 AUGUST 2010) from http://www.mamecheat.co.uk


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Tue Mar 09, 2010 4:20 am 
Offline
CheatFinder Private

Joined: Fri Sep 04, 2009 3:17 am
Posts: 28
Thanks, that works better now.


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Thu Apr 22, 2010 6:08 am 
Offline
CheatFinder Private

Joined: Fri Sep 04, 2009 3:17 am
Posts: 28
Hi again.

All the mame forks are still using the old dat format.

What would these look like in that format?


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Thu Apr 22, 2010 7:20 pm 
Offline
CheatFinder General
CheatFinder General
User avatar

Joined: Fri Aug 17, 2001 12:59 am
Posts: 1905
Location: North Wales, UK.
Code:
  <cheat desc="No Background Music">
    <script state="run">
      <action>audiocpu.pw@F026=0000</action>
    </script>
  </cheat>


In old format would be:

Code:
:gamename:01100000:F026:00000000:FFFFFFFF:No Background Music

_________________
Pugsy

Servicing your cheating needs since 1985 ;-)

Grab the latest cheat files:
MAME 0.139 XML cheat collection (03 AUGUST 2010) from http://www.mamecheat.co.uk


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Fri Apr 23, 2010 1:32 am 
Offline
CheatFinder Private

Joined: Fri Sep 04, 2009 3:17 am
Posts: 28
Hm, I added the code and it shows up on the list, but when I turn it On it doesn't work.

Tried with sgemf in mame 0.126 and FBA.
The XML version works in 0.137 of course.

Am I doing this right?


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Fri Apr 23, 2010 8:11 am 
Offline
CheatFinder General
CheatFinder General
User avatar

Joined: Fri Aug 17, 2001 12:59 am
Posts: 1905
Location: North Wales, UK.
Well, I admit did't try the old type code - I guessed the cpu index would be 1 for the audio/soundcpu, maybe it's not (i'm not at my PC right now) try this:


Code:
:gamename:02100000:F026:00000000:FFFFFFFF:No Background Music


If that doesn't edit the cheat in the old cheat engine and try the various CPUs and memory regions...Once you poke 16bits(2bytes) to the correct cpu/region it should work.

_________________
Pugsy

Servicing your cheating needs since 1985 ;-)

Grab the latest cheat files:
MAME 0.139 XML cheat collection (03 AUGUST 2010) from http://www.mamecheat.co.uk


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Fri Apr 23, 2010 2:17 pm 
Offline
CheatFinder General
CheatFinder General
User avatar

Joined: Fri Aug 17, 2001 12:59 am
Posts: 1905
Location: North Wales, UK.
I've just tried it with my build of MAME 0.126 and 1944, and the original format cheat I posted a few posts ago works...


Code:
:1944:01100000:F026:00000000:FFFFFFFF:No Background Music



it also works with my build of MAME 0.126 and sgemf...


Code:
:sgemf:01100000:F026:00000000:FFFFFFFF:No Background Music


Don't know what exactly you did for it not to work.....perhaps you should try an older version of MAME than 0.126 unless you've compiled it with the cheat.c from here.

MAME 0.125uX - 0.126 should be avoided for cheats unless you build it with a different cheat.c, the reason simply is that it was completely screwed up in the 0.125 update cycle and that's why it was completely replaced.


BTW, you will find the link to the "Working cheat.c for MAME 0.125u7 - 0.126" near the bottom of http://www.mamecheat.co.uk

_________________
Pugsy

Servicing your cheating needs since 1985 ;-)

Grab the latest cheat files:
MAME 0.139 XML cheat collection (03 AUGUST 2010) from http://www.mamecheat.co.uk


Top
 Profile  
 
 Post subject: Re: music mute for many CPS2 games
PostPosted: Sat Apr 24, 2010 2:25 am 
Offline
CheatFinder Private

Joined: Fri Sep 04, 2009 3:17 am
Posts: 28
Thanks, it works fine in 0.125.

I think I'll just stay away from 0.126 now.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group