[kov2nl] 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

[kov2nl] req

Post by syndromtr »

[kov2nl]
descriptions are in comments

Code: Select all

	<cheat desc="Infinite Time">
		<script state="run">
			<action>maincpu.pb@200201E6=64</action>
		</script>
	</cheat>
	
	<cheat desc="Select Starting Stage : Story Mode - Internet Ranking">
		<comment>Set it AFTER choosing one of these modes.</comment>
		<parameter min="1" max="6"/>
		<script state="change">
			<action condition="(maincpu.pb@20020461 LT 03)">maincpu.pb@200201E5=param</action>
		</script>
	</cheat>
	
	<cheat desc=" "/>

	<cheat desc="Infinite Lives PL1">
		<script state="run">
			<action>maincpu.pb@20060B8D=02</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Energy PL1">
		<comment>Enable it AFTER energy gauge is displayed on screen.</comment>
		<script state="on">
			<action>temp0=maincpu.pb@2005FB08</action>
		</script>
		<script state="run">
			<action condition="(maincpu.pb@200201E6 != 00)">maincpu.pb@2005FB08=temp0</action>
			<action>maincpu.pw@20060B90=0000</action>
		</script>
		<script state="off">
			<action>maincpu.pb@2005FB08=temp0</action>
		</script>
	</cheat>
	
	<cheat desc="Invincibility PL1">
		<script state="run">
			<action>maincpu.pb@2005FC96=01</action>
		</script>
		<script state="off">
			<action>maincpu.pb@2005FC96=00</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Supers PL1">
		<script state="run">
			<action condition="(maincpu.pb@20020461 LT 04)">maincpu.pb@2005FD3A=05</action>
			<action condition="(maincpu.pb@20020461 == 04)">maincpu.pb@2005FD3A=03</action>
		</script>
	</cheat>
	
	<cheat desc=" "/>
	
	<cheat desc="Infinite Lives PL2">
		<script state="run">
			<action>maincpu.pb@20060FE1=02</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Energy PL2">
		<comment>Enable it AFTER energy gauge is displayed on screen.</comment>
		<script state="on">
			<action>temp0=maincpu.pb@2005FF44</action>
		</script>
		<script state="run">
			<action condition="(maincpu.pb@200201E6 != 00)">maincpu.pb@2005FF44=temp0</action>
			<action>maincpu.pw@20060FE4=0000</action>
		</script>
		<script state="off">
			<action>maincpu.pb@2005FF44=temp0</action>
		</script>
	</cheat>
	
	<cheat desc="Invincibility PL2">
		<script state="run">
			<action>maincpu.pb@200600D2=01</action>
		</script>
		<script state="off">
			<action>maincpu.pb@200600D2=00</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Supers PL2">
		<script state="run">
			<action condition="(maincpu.pb@20020461 LT 04)">maincpu.pb@20060176=05</action>
			<action condition="(maincpu.pb@20020461 == 04)">maincpu.pb@20060176=03</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: [kov2nl] req

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