-
Notifications
You must be signed in to change notification settings - Fork 1
/
s1945ii.xml
146 lines (125 loc) · 3.68 KB
/
s1945ii.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<mamecheat version="1">
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@600C3BE=09</action>
</script>
</cheat>
<cheat desc="Select Starting Stage">
<parameter min="1" max="8" step="1"/>
<script state="change">
<action>maincpu.pb@600C674=(param-1)</action>
</script>
</cheat>
<cheat desc="Select 1st Stage">
<parameter>
<item value="0x00">Huge Flying Boat</item>
<item value="0x01">Super Carrier</item>
<item value="0x02">Armored Train</item>
<item value="0x03">Battle Air Ship</item>
</parameter>
<script state="change">
<action>maincpu.pb@600C664=param</action>
</script>
</cheat>
<cheat desc="Select 2nd Stage">
<parameter>
<item value="0x00">Huge Flying Boat</item>
<item value="0x01">Super Carrier</item>
<item value="0x02">Armored Train</item>
</parameter>
<script state="change">
<action>maincpu.pb@600C665=param</action>
</script>
</cheat>
<cheat desc="Select 3rd Stage">
<parameter>
<item value="0x00">Huge Flying Boat</item>
<item value="0x01">Super Carrier</item>
<item value="0x02">Armored Train</item>
<item value="0x03">Battle Air Ship</item>
</parameter>
<script state="change">
<action>maincpu.pb@600C666=param</action>
</script>
</cheat>
<cheat desc="Select 4th Stage">
<parameter>
<item value="0x00">Huge Flying Boat</item>
<item value="0x01">Super Carrier</item>
<item value="0x02">Armored Train</item>
<item value="0x03">Battle Air Ship</item>
</parameter>
<script state="change">
<action>maincpu.pb@600C667=param</action>
</script>
</cheat>
<cheat desc=" "/>
<cheat desc="P1 Infinite Lives">
<script state="run">
<action>maincpu.pb@60103C1=03</action>
</script>
</cheat>
<cheat desc="P1 Infinite Bombs">
<script state="run">
<action>maincpu.pb@60103C3=09</action>
</script>
</cheat>
<cheat desc="P1 Maximum Fire Power">
<script state="run">
<action>maincpu.pb@60103E7=04</action>
</script>
</cheat>
<cheat desc="P1 Invincibility 'ON'">
<script state="run">
<action>maincpu.pb@60103FA=01</action>
<action>maincpu.pb@60103FB=3F</action>
</script>
</cheat>
<cheat desc="P1 Invincibility 'OFF'">
<script state="on">
<action>maincpu.pb@60103FA=00</action>
<action>maincpu.pb@60103FB=01</action>
</script>
</cheat>
<cheat desc="P1 Always Max Extra weapon">
<script state="run">
<action>maincpu.pb@6010414=65</action>
<action>maincpu.pb@6010415=90</action>
</script>
</cheat>
<cheat desc=" "/>
<cheat desc="P2 Infinite Lives">
<script state="run">
<action>maincpu.pb@601045D=03</action>
</script>
</cheat>
<cheat desc="P2 Infinite Bombs">
<script state="run">
<action>maincpu.pb@601045F=09</action>
</script>
</cheat>
<cheat desc="P2 Maximum Fire Power">
<script state="run">
<action>maincpu.pb@6010483=04</action>
</script>
</cheat>
<cheat desc="P2 Invincibility 'ON'">
<script state="run">
<action>maincpu.pb@6010496=01</action>
<action>maincpu.pb@6010497=3F</action>
</script>
</cheat>
<cheat desc="P2 Invincibility 'OFF'">
<script state="on">
<action>maincpu.pb@6010496=00</action>
<action>maincpu.pb@6010497=01</action>
</script>
</cheat>
<cheat desc="P2 Always Max Extra weapon">
<script state="run">
<action>maincpu.pb@60104B0=65</action>
<action>maincpu.pb@60104B1=90</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->