[cawing] Skip RAM/ROM Checks/ 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

[cawing] Skip RAM/ROM Checks/ 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@428</action>
			<action>temp1=maincpu.mb@FF8003</action>
			<action>temp2=maincpu.mb@FF0772</action>
		</script>
		<script state="run">
			<action>maincpu.mw@000428=01BC</action>
			<action condition="maincpu.pb@FF8003 == AF">maincpu.pb@FF8003=01</action>
			<action condition="maincpu.pw@FF0772 == 71A0">maincpu.pb@FF0772=0120</action>
		</script>
		<script state="off">
			<action>maincpu.mw@428=temp0</action>
			<action>maincpu.mb@FF8003=temp1</action>
			<action>maincpu.mb@FF0772=temp2</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: [cawing] Skip RAM/ROM Checks/ Fast boot

Post by Pugsy »

Not going to add these, there is are several mismatches in the on,run and off scripts between regions and byte/word size (maincpu.pb@FF0772=0120 is impossible).
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