[gunlock]+ [rayforce]+ stage select fix

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
dink
Posts: 5
Joined: Sat Jul 07, 2018 4:12 am

[gunlock]+ [rayforce]+ stage select fix

Post by dink »

Hi Pugsy, here's a fix for your awesome cheat collection:

gunlock, gunlocko, rayforce, rayforcej stage select fix

replace "Select Starting Area" with this chunk:

Code: Select all

	<cheat desc="Select Starting Area">
		<comment><![CDATA[
Enable on the 'PUSH 1 OR 2 PLAYER BUTTON' screen. Turn it OFF after starting the game.
		]]></comment>
		<parameter min="1" max="6"/>
		<script state="on">
			<action>maincpu.pb@402313=FF</action>
		</script>
		<script state="run">
			<action>maincpu.pb@402313=(param)</action>
		</script>
	</cheat>
file link of full cheat (sendspace): https://www.sendspace.com/file/nxfe3p
Post Reply