[fatfury3] [motofren] req.

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
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

[fatfury3] [motofren] req.

Post by syndromtr »

requested cheats,

[fatfury3]

Code: Select all

<cheat desc="Level Selection after Enemy Select Screen">
	<comment>Adapted from Unibios debug dipswitch.</comment>
		<script state="on">
			<action>temp0=maincpu.pb@10E000</action>
		</script>
		<script state="run">
			<action>maincpu.pb@10E000=04|(temp0 BAND ~04)</action>
		</script>
		<script state="off">
			<action>maincpu.pb@10E000=temp0</action>
		</script>
	</cheat>
[motofren]

Code: Select all

<cheat desc="Always Finish in 1st Place">
		<script state="on">
			<action>temp0=maincpu.mw@2597E</action>
		</script>
		<script state="run">
			<action>maincpu.mw@2597E=4E71</action>
		</script>
		<script state="off">
			<action>maincpu.mw@2597E=temp0</action>
		</script>
	</cheat>
	
	<cheat desc="Last Lap Now!">
		<script state="on">
			<action>maincpu.pb@FFD674=04</action>
		</script>
	</cheat>
Brut3man
Posts: 5
Joined: Fri Apr 27, 2018 8:52 pm

Re: [fatfury3] [motofren] req.

Post by Brut3man »

Hi, first off, thank you very much to syndromtr for the 'Moto Frenzy' cheats! Also, for anyone else who wants to try them out, I recommend waiting until the race begins and doing the following:

1) Turn on the 'Always in First Place' and 'Infinite Time' cheats on the title screen BEFORE starting a new game.

2) When the race begins, use the 'Last Lap' cheat, ride forward for a little bit and then turn off the 'Infinite Time' cheat.

Then just race one lap, the timer should go to 99:99 and count down from there. When the lap finishes, just wait till the timer runs out (should only take about 30 seconds or so) and you'll not only win the race but be shown on the 1st place podium as well.

The reason for this recommendation is because if you just use the 'Always in First Place' cheat alone, you still won't be shown on the 1st place podium and if you use the 'Always in First Place' & 'Last Lap' cheats together alone, you'll have to wait up to *3 minutes* or longer for the stupid timer to run out.

Anyway, thanks again for providing these cheats!
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

Re: [fatfury3] [motofren] req.

Post by syndromtr »

updating motofren cheats,
rom cheat is buggy because it patched common routine. final cheat is one hit, instantly ends game with 1st place. sets timer to 10 seconds.
last lap cheat set last lap for only player, final one sets last lap for all players. and sets timer to 80 seconds.

[motofren]

Code: Select all

	<cheat desc="Finish in 1st Place Now!">
		<script state="on">
			<action>maincpu.pb@FFD674=04</action>
			<action>maincpu.pb@FFE36D=0A</action>
			<action>temp0=maincpu.pd@FFDFF8</action>
			<action>maincpu.pd@(temp0+10)=000BFFFF</action>
		</script>
	</cheat>
	
	<cheat desc="Last Lap Now!">
		<comment>Also last lap for all CPU players.</comment>
		<script state="on">
			<action>maincpu.pb@FFD674=04</action>
			<action>maincpu.pb@FFE36D=50</action>
			<action>maincpu.pb@FFD566=04</action> 
			<action>maincpu.pb@FFD586=04</action>
			<action>maincpu.pb@FFD5A6=04</action>
		</script>
	</cheat>
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: [fatfury3] [motofren] req.

Post by Pugsy »

Thanks for fixing, added :)
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