[aof] [fatfursp] [samsho2] alternate outfit

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

[aof] [fatfursp] [samsho2] alternate outfit

Post by syndromtr »

[aof]

Code: Select all

	<cheat desc="P1 Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@109052=03</action>
			<action>maincpu.pb@109752=03</action>
		</script>
	</cheat>
	
	<cheat desc="P2 Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@10A052=03</action>
			<action>maincpu.pb@10A752=03</action>
		</script>
	</cheat>
[fatfursp]

Code: Select all

	<cheat desc="P1 Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@1041A2=70</action>
		</script>
		<script state="off">
			<action>maincpu.pb@1041A2=00</action>
		</script>
	</cheat>
	
	<cheat desc="P2 Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@1041A3=70</action>
		</script>
		<script state="off">
			<action>maincpu.pb@1041A3=00</action>
		</script>
	</cheat>
[samsho2]

Code: Select all

	<cheat desc="P1 Alternate Outfit">
		<script state="run">
			<action>maincpu.pq@1009FA=1212121212121212</action>
			<action>maincpu.pq@100A02=1212121212121212</action>
			<action>maincpu.pw@100A0A=1212</action>
		</script>
		<script state="off">
			<action>maincpu.pq@1009FA=0000000000000000</action>
			<action>maincpu.pq@100A02=0000000000000000</action>
			<action>maincpu.pw@100A0A=0000</action>
		</script>
	</cheat>
	
	<cheat desc="P2 Alternate Outfit">
		<script state="run">
			<action>maincpu.pq@100A0C=1212121212121212</action>
			<action>maincpu.pq@100A14=1212121212121212</action>
			<action>maincpu.pw@100A1C=1212</action>
		</script>
		<script state="off">
			<action>maincpu.pq@100A0C=0000000000000000</action>
			<action>maincpu.pq@100A14=0000000000000000</action>
			<action>maincpu.pw@100A1C=0000</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: [aof] [fatfursp] [samsho2] alternate outfit

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