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

[ddpdojh] cheats

Post by syndromtr »

DoDonPachi DaiOuJou

known issues: if you enable 2nd loop with cheat, scores are not accurate. (on status display, lvl 2 x3 etc missing)
report other issues if exists,

[ddpdojh]

Code: Select all

<mamecheat version="1">

	<cheat desc="Select Starting Loop">
		<comment>Turn it OFF after game starts.</comment>
		<parameter>
			<item value="0x00">First Loop</item>
			<item value="0x01">Second Loop</item>
		</parameter>
		<script state="run">
			<action condition="(maincpu.pb@2004A760 == 00) AND (maincpu.pw@2002B48C == 800B)">maincpu.pb@2004A760=param</action>
		</script>
	</cheat>

	<cheat desc="Select Starting Stage">
		<comment>Turn it OFF after game starts.</comment>
		<parameter>
			<item value="0x00">Stage 1</item>
			<item value="0x01">Stage 2</item>
			<item value="0x02">Stage 3</item>
			<item value="0x03">Stage 4</item>
			<item value="0x04">Stage 5</item>
		</parameter>
		<script state="run">
			<action condition="(maincpu.pb@2002A6D0 == 00)">maincpu.pb@2002A6D0=param</action>
		</script>
	</cheat>
	
	<cheat desc="Second Loop Always Available">
		<comment>After 1st loop; requirements of 2nd loop will automatically be fulfilled, for original mode.</comment>
		<script state="run">
			<action>maincpu.pd@2003F6B8=00000000</action>
		</script>
	</cheat>
	
	<cheat desc=" "/>
	
	<cheat desc="Infinite Lives PL1">
		<comment>Turn OFF at the end of stages to progress.</comment>
		<script state="run">
			<action>maincpu.pb@2004A786=07</action>
		</script>
	</cheat>

	<cheat desc="Infinite Bombs PL1">
		<script state="run">
			<action>maincpu.pw@2003F6BC=0606</action>
		</script>
	</cheat>

	<cheat desc="Maximum Firepower PL1">
		<script state="run">
			<action>maincpu.pd@2003F6B8=00080008</action>
		</script>
	</cheat>	

	<cheat desc="Infinite Hyper Counter PL1">
		<script state="run">
			<action>maincpu.pw@20042152=095F</action>
		</script>
	</cheat>

	<cheat desc="Hyper fire for PL1 Now!">
		<comment>Activate with Button B.</comment>
		<script state="on">
			<action condition="(maincpu.pb@2004216C == 00)">maincpu.pw@20042152=095F, maincpu.pb@2004216C=01</action>
		</script>
	</cheat>	
		
	<cheat desc="Invincibility PL1">
		<script state="run">
			<action>maincpu.pb@2003F6D6=01</action>
		</script>
	</cheat>

	<cheat desc=" "/>
	
	<cheat desc="Infinite Lives PL2">
		<comment>Turn OFF at the end of levels to progress.</comment>
		<script state="run">
			<action>maincpu.pb@2004A788=07</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Bombs PL2">
		<script state="run">
			<action>maincpu.pw@2003F71E=0606</action>
		</script>
	</cheat>
	
	<cheat desc="Maximum Firepower PL2">
		<script state="run">
			<action>maincpu.pd@2003F71A=00080008</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Hyper Counter PL2">
		<script state="run">
			<action>maincpu.pw@20042154=095F</action>
		</script>
	</cheat>
	
	<cheat desc="Hyper fire for PL2 Now!">
		<comment>Activate with Button B.</comment>
		<script state="on">
			<action condition="(maincpu.pb@2004216E == 00)">maincpu.pw@20042154=095F, maincpu.pb@2004216E=01</action>
		</script>
	</cheat>
			
	<cheat desc="Invincibility PL2">
		<script state="run">
			<action>maincpu.pb@2003F738=01</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: [ddpdojh] 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