[thoop2] req cheats

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

[thoop2] req cheats

Post by syndromtr »

requested,

[thoop2]

Code: Select all

<mamecheat version="1">

	<cheat desc="Infinite Credits">
		<script state="run">
			<action>maincpu.pb@FEB728=09</action>
		</script>
	</cheat>

	<cheat desc="Select Starting Stage">
	    <parameter>
			<item value="0x0100">Stage 1</item>
			<item value="0x0201">Stage 2</item>
			<item value="0x0302">Stage 3</item>
			<item value="0x0403">Stage 4</item>
			<item value="0x0504">Stage 5</item>
		</parameter>
		<script state="run">
			<action condition="(maincpu.pw@FEB6EB == 0100)">maincpu.pw@FEB6EB=param</action>
		</script>
	</cheat>
	
	<cheat desc=" "/>
	
	<cheat desc="Infinite Lives PL1">
		<script state="run">
			<action>maincpu.pb@FE9238=02</action>
		</script>
	</cheat>

	<cheat desc="Infinite Supers PL1">
		<script state="run">
			<action>maincpu.pb@FE926B=01</action>
		</script>
	</cheat>
	
	<cheat desc="Invincibility PL1">
		<script state="run">
			<action>maincpu.pb@FE920F=80|(maincpu.pb@FE920F BAND ~80)</action>
		</script>
	</cheat>

	<cheat desc="Select Fire Power PL1">
		<parameter>
			<item value="0x00">Default</item>
			<item value="0x01">Laser</item>
			<item value="0x02">Maximum</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FE921A=param</action>
		</script>
	</cheat>
	
	<cheat desc="Rapid Fire PL1">
		<script state="run">
			<action condition="(frame % 8 == 0)">maincpu.pb@FEB73A=00|(maincpu.pb@FEB73A BAND ~20)</action>
		</script>
	</cheat>
	
	<cheat desc=" "/>
	
	<cheat desc="Infinite Lives PL2">
		<script state="run">
			<action>maincpu.pb@FE92B8=02</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Supers PL2">
		<script state="run">
			<action>maincpu.pb@FE92EB=01</action>
		</script>
	</cheat>
	
	<cheat desc="Invincibility PL2">
		<script state="run">
			<action>maincpu.pb@FE928F=80|(maincpu.pb@FE928F BAND ~80)</action>
		</script>
	</cheat>
	
	<cheat desc="Select Fire Power PL2">
		<parameter>
			<item value="0x00">Default</item>
			<item value="0x01">Laser</item>
			<item value="0x02">Maximum</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FE929A=param</action>
		</script>
	</cheat>
	
	<cheat desc="Rapid Fire PL2">
		<script state="run">
			<action condition="(frame % 8 == 0)">maincpu.pb@FEB73B=00|(maincpu.pb@FEB73B BAND ~20)</action>
		</script>
	</cheat>
	
</mamecheat>
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: [thoop2] req cheats

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