[digdug] [gberet] [slyspy] 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

[digdug] [gberet] [slyspy] skip level cheats

Post by syndromtr »

[digdug]

Code: Select all

	<cheat desc="Finish Current Round Now!">
		<script state="on">
			<action condition="(maincpu.pb@840E != 02)">maincpu.pb@8528=80, maincpu.pb@8538=80, maincpu.pb@8548=80, maincpu.pb@8558=80, maincpu.pb@8568=80, maincpu.pb@8578=80, maincpu.pb@8588=80, maincpu.pb@8598=80</action>
		</script>
	</cheat>
[gberet]
also select starting level cheat fixed, by default, if it's set to e.g. 3 and player reaches level 4 and dies, it started from level 3 again.

Code: Select all

	<cheat desc="Finish Current Level Now!">
		<script state="on">
			<action condition="(maincpu.pb@C915 != 13)">maincpu.pb@DBC7=FF</action>
		</script>
	</cheat>	

	<cheat desc="Select Starting Level">
		<parameter min="1" max="4"/>
		<script state="run">
			<action condition="(maincpu.pb@DBB1==00) AND (maincpu.pb@CF4C==1B)">maincpu.pb@DBB1=(param-1)</action>
		</script>
	</cheat>
[slyspy]

Code: Select all

	<cheat desc="Finish Current Scene Now!">
		<script state="on">
			<action condition="(maincpu.pb@306024 == 01)">maincpu.pb@306010=01</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: [digdug] [gberet] [slyspy] skip level 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