Page 1 of 1

[captcomm] Skip RAM/ROM check and fast boot

Posted: Tue Sep 19, 2017 9:29 pm
by megaman_exe

Code: Select all

	<cheat desc="Skip RAM/ROM checks and fast boot">
		<script state="on">
			<action>temp0=maincpu.mw@00061C</action>
		</script>
		<script state="run">
			<action>maincpu.mw@00061C=0448</action>
			<action>maincpu.pw@FF82BC=0760</action>
			<action condition="maincpu.pb@FF812D == AB">maincpu.pb@FF812D=01</action>
		</script>
		<script state="off">
			<action>maincpu.mw@00061C=temp0</action>
		</script>
	</cheat>
As always, you must actually enable it, reset and you'll see it working. (Unless a "preenable" attribute on the cheat tag is implemented in the near future)
Please let me know if anything is wrong.

Re: [captcomm] Skip RAM/ROM check and fast boot

Posted: Sun Jan 27, 2019 10:22 pm
by Pugsy
Not added, bad.

First time using it I got Illegal Inst. 00002DD6.

Tried it again and all it does is to stop the reset F3 working at all.