[indyheat] no damage and infinite fuel

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

[indyheat] no damage and infinite fuel

Post by syndromtr »

requested, no damage heat might trigger unwanted "pit" warnings but it works, car movement never gets slow, also best usage of this cheat is with the infinite fuel cheat...

[indyheat]

Code: Select all

	<cheat desc="No Damage - Red Car">
		<script state="run">
			<action>master.pd@E0B1=00000000|(master.pd@E0B1 BAND ~0041C0C0)</action>
		</script>
	</cheat>

	<cheat desc="Infinite Fuel - Red Car">
		<script state="run">
			<action>master.pb@E0BA=4E</action>
		</script>
	</cheat>

	<cheat desc="No Damage - White Car">
		<script state="run">
			<action>master.pd@E1B1=00000000|(master.pd@E1B1 BAND ~0041C0C0)</action>
		</script>
	</cheat>

	<cheat desc="Infinite Fuel - White Car">
		<script state="run">
			<action>master.pb@E1BA=4E</action>
		</script>
	</cheat>
	
	<cheat desc="No Damage - Blue Car">
		<script state="run">
			<action>master.pd@E2B1=00000000|(master.pd@E2B1 BAND ~0041C0C0)</action>
		</script>
	</cheat>

	<cheat desc="Infinite Fuel - Blue Car">
		<script state="run">
			<action>master.pb@E2BA=4E</action>
		</script>
	</cheat>

	<cheat desc="No Damage - Grey Car">
		<script state="run">
			<action>master.pd@E3B1=00000000|(master.pd@E3B1 BAND ~0041C0C0)</action>
		</script>
	</cheat>

	<cheat desc="Infinite Fuel - Grey Car">
		<script state="run">
			<action>master.pb@E3BA=4E</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: [indyheat] no damage and infinite fuel

Post by Pugsy »

Thanks, 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