[pbobble2] [pbobble3] help line and finish round

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

[pbobble2] [pbobble3] help line and finish round

Post by syndromtr »

[pbobble2]

better to be placed under Versus Mode Cheats tab, help line for both players.

Code: Select all

	<cheat desc="Select Help Line">
		<script state="on">
			<action>temp0=maincpu.mb@72B86</action>
		</script>
		<script state="run">
			<action>maincpu.mb@72B86=60</action>
		</script>
		<script state="off">
			<action>maincpu.mb@72B86=temp0</action>
		</script>
	</cheat>
[pbobble3]

skip round cheats, valid for all modes.

Code: Select all

	<cheat desc="Finish this Round Now! P1"> <comment>Works on P1 Versus + Puzzle Mode</comment>
		<script state="on">
			<action condition="(maincpu.pb@40B05B == 00)">maincpu.pb@41F839=40|(maincpu.pb@41F839 BAND ~40)</action>
			<action condition="(maincpu.pb@40B05B GE 01)">maincpu.pb@41F837=01|(maincpu.pb@41F837 BAND ~01)</action>
		</script>
	</cheat>

	<cheat desc="Finish this Round Now! P2"> <comment>Works on P2 Versus + Puzzle Mode</comment>
		<script state="on">
			<action>maincpu.pb@41F83A=40|(maincpu.pb@41F83A BAND ~40)</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: [pbobble2] [pbobble3] help line and finish round

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