[wingforc] weapon and skip level 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

[wingforc] weapon and skip level cheats

Post by syndromtr »

requested,

[wingforc]

Code: Select all

	<cheat desc="Finish Current Level Now!">
		<script state="on">
			<action condition="(maincpu.pb@30166D == 00) AND (maincpu.pb@30166F != 06)">maincpu.pb@301676=0E, maincpu.pb@30166D=03</action>
		</script>
	</cheat>

	<cheat desc="P1 Weapon Max Firepower">
		<script state="run">
			<action>maincpu.pb@301D2E=04</action>
		</script>
	</cheat>

	<cheat desc="P1 Select Weapon">
		<parameter>
			<item value="0x00">Default</item>
			<item value="0x01">Gatoring</item>
			<item value="0x02">Laser</item>
			<item value="0x03">Missile</item>
			<item value="0x04">Wave</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@301D2F=param</action>
		</script>
	</cheat>

	<cheat desc="P2 Weapon Max Firepower">
		<script state="run">
			<action>maincpu.pb@30208E=04</action>
		</script>
	</cheat>

	<cheat desc="P2 Select Weapon">
		<parameter>
			<item value="0x00">Default</item>
			<item value="0x01">Gatoring</item>
			<item value="0x02">Laser</item>
			<item value="0x03">Missile</item>
			<item value="0x04">Wave</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@30208F=param</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: [wingforc] weapon and skip level cheats

Post by Pugsy »

Thanks added. I've added a comment as the weapon cheat also gives a sort of invincibility as if you get hit you drop down a weapon level and only die if you have no powered up weapon.

Also added some rapid fire cheats.
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