[64street] select starting level & skip section

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

[64street] select starting level & skip section

Post by syndromtr »

requested,

[64street]

Code: Select all

	<cheat desc="Select Starting Level">
		<parameter>	
			<item value="0x00000000">64th Street</item>
			<item value="0x02000003">Smuggler's Wharf</item>
			<item value="0x04000007">Railroad Yard</item>
			<item value="0x0600000A">Secret Factory</item>
			<item value="0x0800000D">The Headquarters</item>
			<item value="0x0A000014">Last Level</item>
		</parameter>
		<script state="run">
			<action condition="(maincpu.pb@FF9DE1 != 0C) AND (maincpu.pb@FF9DF9 == 00) AND (maincpu.pb@FF9DDF == 2C)">maincpu.pd@FF9DF6=param</action>
		</script>
	</cheat>
	
	<cheat desc="Finish Current Section Now!">
		<script state="on">
			<action condition="(maincpu.pb@FF9DE1 != 0C) AND (maincpu.pb@FF9DE3 == 08)">maincpu.pb@FF9DF9=00, maincpu.pb@FF9DE3=0C</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: [64street] select starting level & skip section

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