|
- <mamecheat version="1">
- <cheat desc="无限投币">
- <script state="run">
- <action>maincpu.pb@C028=09</action>
- </script>
- </cheat>
- <cheat desc="选择开始关卡">
- <comment>投币后在'Push 1 (or 2) Player Start'屏幕上开启</comment>
- <parameter min="1" max="99" step="1"/>
- <script state="change">
- <action>maincpu.pb@C03A=(param-1)</action>
- </script>
- </cheat>
- <cheat desc="无限射击">
- <script state="run">
- <action>maincpu.pb@CA0B=99</action>
- </script>
- </cheat>
- <cheat desc="角色无敌">
- <comment>有时你死后要关闭作弊码</comment>
- <script state="on">
- <action>temp0 =maincpu.mb@1FD1</action>
- <action>temp1 =maincpu.mw@23A1</action>
- <action>temp2 =maincpu.mb@6B54</action>
- </script>
- <script state="run">
- <action>maincpu.mb@1FD1=E3</action>
- <action>maincpu.mw@23A1=23A1</action>
- <!-- 1st = Big Eye, 2nd = Red Face -->
- <action>maincpu.mb@6B54=52</action>
- <!-- Other Objects -->
- </script>
- <script state="off">
- <action>maincpu.mb@1FD1=temp0 </action>
- <action>maincpu.mw@23A1=temp1 </action>
- <action>maincpu.mb@6B54=temp2 </action>
- </script>
- </cheat>
- <!-- The above Invincibility is a replacement for this better Invincibility cheat that is commented out due to the MAME encrypted CPU issue -->
- <!-- :4dwarrio:20800000:11FF9:000000C9:FFFFFFFF:Invincibility -->
- <!-- :4dwarrio:20810000:123A4:000000C9:FFFFFFFF:Invincibility (2/3):1st = Big Eye, 2nd = Red Face -->
- <!-- :4dwarrio:20810000:16B56:000000C9:FFFFFFFF:Invincibility (3/3):Other Objects -->
- <cheat desc="选择额外武器">
- <comment>首选你要得到一些晶体</comment>
- <parameter>
- <item value="0x01">黄色</item>
- <item value="0x02">绿色</item>
- <item value="0x03">红色</item>
- </parameter>
- <script state="run">
- <action>maincpu.pb@CC0C=param</action>
- </script>
- </cheat>
- <cheat desc=" "/>
- <cheat desc="无限生命 PL1">
- <script state="run">
- <action>maincpu.pb@C04E=07</action>
- </script>
- </cheat>
- <cheat desc="无限生命 PL2">
- <script state="run">
- <action>maincpu.pb@C04F=07</action>
- </script>
- </cheat>
- <cheat desc=" "/>
- <cheat desc="声音检测">
- <parameter min="1" max="40" step="1"/>
- <script state="change">
- <action>soundcpu.pb@8010=80+param</action>
- </script>
- </cheat>
- </mamecheat>
复制代码
|
|