[galspans2] [galpans3] Fast boot

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
User avatar
megaman_exe
Posts: 39
Joined: Mon Nov 05, 2007 2:12 am

[galspans2] [galpans3] Fast boot

Post by megaman_exe »

Code: Select all

	<cheat desc="Fast Boot">
		<script state="on">
			<action>temp0 =maincpu.pb@6002087</action>
			<action>temp1 =maincpu.pb@600208B</action>
			<action>temp2 =maincpu.pb@6002457</action>
		</script>
		<script state="run">
			<action condition="maincpu.rb@6002087 > 0x1">maincpu.pb@6002087=1</action>
			<action condition="maincpu.rb@600208B == 0">maincpu.pb@600208B=1</action>
			<action condition="maincpu.rb@6002457 > 0x1">maincpu.pb@6002457=1</action>
		</script>
		<script state="off">
			<action>maincpu.pb@6002087=temp0</action>
			<action>maincpu.pb@600208B=temp1</action>
			<action>maincpu.pb@6002457=temp2</action>
		</script>
	</cheat>
It works only if you enable 200ms after the game boots. If you enable it sooner you won't gain much time in boot times.
Post Reply