[cybots] Cyberbots - Invisible Player 2

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
Pythmere
Posts: 1
Joined: Tue Aug 30, 2022 8:51 am

[cybots] Cyberbots - Invisible Player 2

Post by Pythmere »

Adding in this cheat makes it easier to capture images of the P1 character. Toggles on and off invisibility of player 2.

Code: Select all

  <cheat desc="P2 Invisibility">
	<script state="run">
		<action>maincpu.pb@FF85A1=00</action>
	</script>
	<script state="off">
		<action>maincpu.pb@FF85A1=01</action>
	</script>    
  </cheat>
Post Reply