improved SF2 series codes

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.
User avatar
abogard
Posts: 42
Joined: Wed Nov 21, 2001 1:00 am
Location: Costa Rica - Land of the Rain Forest

Re: improved SF2 series codes

Post by abogard »

Oh, ok, just as I thought I was doing it wrong, in that case they do work the way they are intended. Thanks a lot.
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: improved SF2 series codes

Post by Pugsy »

Thanks fixed, I assume it's the same sort of offset fix for the PL2 versions of those cheats too.
d9x wrote:The offsets for SSF2 Hawk are wrong. This should fix it (corrections underlined):
<cheat desc="Easy F,D,DF & B,D,DB moves PL1">
<script state="run">
...
<action condition="temp0 == D"> <!--T.Hawk F,D,DF+P-->
maincpu.pb@(FF83CE+92)=04
</action>
...
</script>
</cheat>

<cheat desc="Easy 360, half-circle & tiger-knee moves PL1">
<script state="run">
...
<action condition="temp0 == D and maincpu.rb@(FF83CE+12) != 0"> <!--T.Hawk 360+P-->
maincpu.pd@(FF83CE+99)=04060800 <!--L+P from the left-->
</action>
<action condition="temp0 == D and maincpu.rb@(FF83CE+12) == 0"> <!--T.Hawk 360+P-->
maincpu.pd@(FF83CE+99)=05060800 <!--R+P from the right-->
</action>
...
</script>
</cheat>
Hopefully it's just that but go ahead and report any other problems.

BTW, here is a discussion on these codes from awhile ago.
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