[ddragon3] select mission, skip section and endsequence

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

[ddragon3] select mission, skip section and endsequence

Post by syndromtr »

requested,
it seems working on clones, too. (not briefly tested)
final boss is the mummy, after that, Kleopatra appears. (direct access to her seemed not possible)

[ddragon3]

Code: Select all

	<cheat desc="Select Starting Mission">
		<parameter>
			<item value="0x00">Mission 1</item>
			<item value="0x04">Mission 2</item>
			<item value="0x02">Mission 3</item>
			<item value="0x05">Mission 4</item>
			<item value="0x06">Mission 5</item>
			<item value="0x0A">Final Boss</item>
		</parameter>
		<script state="run">
			<action condition="(maincpu.pb@1C1E01 == 00)">maincpu.pb@1C1E01=param</action>
		</script>
	</cheat>

	<cheat desc="Finish Current Section Now!">
		<script state="on">
			<action condition="(maincpu.pb@1C1E06 == FF) AND (maincpu.pb@1C1E01 LT 0A)">maincpu.pb@1C1E03=01</action>
		</script>
	</cheat>

	<cheat desc="See End Sequence Now!">
		<script state="on">
			<action condition="(maincpu.pb@1C1E06 == FF)">maincpu.pb@1C1E02=10</action>
		</script>
	</cheat>	
User avatar
gigadeath
Posts: 27
Joined: Sun Jul 26, 2015 2:39 pm

Re: [ddragon3] select mission, skip section and endsequence

Post by gigadeath »

great work :)
User avatar
gigadeath
Posts: 27
Joined: Sun Jul 26, 2015 2:39 pm

Re: [ddragon3] select mission, skip section and endsequence

Post by gigadeath »

automatically the game give the bonus health point (+50) when using level cheat (start from mission 2/3/4/5), is possible cancel this feature without dip switch change ?
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: [ddragon3] select mission, skip section and endsequence

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