|
- <mamecheat version="1">
- <cheat desc="无限时间">
- <script state="run">
- <action>maincpu.pb@10A19E=09</action>
- <action>maincpu.pb@10A19F=59</action>
- </script>
- </cheat>
- <cheat desc=" "/>
- <cheat desc="无限能量 PL1">
- <script state="run">
- <action>maincpu.pb@((maincpu.pd@10A06C)+A9)=48</action>
- </script>
- </cheat>
- <cheat desc="耗尽所有能量 PL1">
- <script state="on">
- <action>maincpu.pb@((maincpu.pd@10A06C)+A9)=00</action>
- </script>
- </cheat>
- <cheat desc=" "/>
- <cheat desc="无限能量 PL2">
- <script state="run">
- <action>maincpu.pb@((maincpu.pd@10A070)+A9)=48</action>
- </script>
- </cheat>
- <cheat desc="耗尽所有能量 PL2">
- <script state="on">
- <action>maincpu.pb@((maincpu.pd@10A070)+A9)=00</action>
- </script>
- </cheat>
- <cheat desc=" "/>
- <cheat desc="Select Cartridge/NeoGeo Type">
- <comment>和'跳过RAM/ROM检查'一起使用才能达到最佳效果,然后启用它和复位.家机(NEOGEO)设置可能开放游戏的其他方面,它甚至是可能使游戏无法播放。</comment>
- <parameter>
- <item value="0x80">街机 (MVS)</item>
- <item value="0x00">家机 (NEOGEO)</item>
- </parameter>
- <script state="run">
- <action>maincpu.pb@10FD82=param</action>
- </script>
- </cheat>
- <cheat desc="跳过RAM/ROM检查">
- <comment>在没有绿色屏幕上可以更快地启动,最好是使用前一起启用</comment>
- <script state="on">
- <action>temp0 =maincpu.rd@C1315C</action>
- <action>temp1 =maincpu.rd@C1314E</action>
- <action>temp2 =maincpu.rd@C131E8</action>
- <action>temp3 =maincpu.rd@C13184</action>
- <action>temp4 =maincpu.rd@C1212E</action>
- <action>temp5 =maincpu.rd@C134FA</action>
- </script>
- <script state="run">
- <action condition="(maincpu.rd@C1315C==51CFFFF2)">maincpu.rd@C1315C=6000EB08</action>
- <!-- Euro + Japan-S2 BIOSs -->
- <action condition="(maincpu.rd@C1314E==51CFFFF2)">maincpu.rd@C1314E=6000EB16</action>
- <!-- Euro-S1 + Japan-S1 BIOSs -->
- <action condition="(maincpu.rd@C131E8==51CFFFF2)">maincpu.rd@C131E8=6000EA52</action>
- <!-- US BIOS -->
- <action condition="(maincpu.rd@C13184==51CFFFF2)">maincpu.rd@C13184=6000EAB6</action>
- <!-- US-E BIOS -->
- <action condition="(maincpu.rd@C1212E==51CFFFF2)">maincpu.rd@C1212E=6000EB36</action>
- <!-- Asia BIOS -->
- <action condition="(maincpu.rd@C134FA==51CFFFF2)">maincpu.rd@C134FA=6000E892</action>
- <!-- Japan BIOS -->
- </script>
- <script state="off">
- <action>maincpu.rd@C1315C=temp0 </action>
- <action>maincpu.rd@C1314E=temp1 </action>
- <action>maincpu.rd@C131E8=temp2 </action>
- <action>maincpu.rd@C13184=temp3 </action>
- <action>maincpu.rd@C1212E=temp4 </action>
- <action>maincpu.rd@C134FA=temp5 </action>
- </script>
- </cheat>
- </mamecheat>
复制代码
|
|