[captcomm] Skip RAM/ROM check and fast boot

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
User avatar
megaman_exe
Posts: 39
Joined: Mon Nov 05, 2007 2:12 am

[captcomm] Skip RAM/ROM check and fast boot

Post 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.
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: [captcomm] Skip RAM/ROM check and fast boot

Post 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.
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