blob: b57787cbc6b82938fd64eea11a81d7f34c506bc0 (
plain) (
blame)
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<!-- simplified layout for the leds (play-select leds are unused according to manual) -->
<element name="rswing" defstate="0">
<rect state="1">
<color red="0.0" green="0.0" blue="0.0" />
</rect>
<text string="RT SWING/FASTBALL" state="1">
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0.1" width="1" height="0.8" />
</text>
</element>
<element name="lswing" defstate="0">
<rect state="1">
<color red="0.0" green="0.0" blue="0.0" />
</rect>
<text string="LT SWING/CHANGE-UP" state="1">
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0.1" width="1" height="0.8" />
</text>
</element>
<element name="rbunt" defstate="0">
<rect state="1">
<color red="0.0" green="0.0" blue="0.0" />
</rect>
<text string="RT BUNT/CURVE BALL" state="1">
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0.1" width="1" height="0.8" />
</text>
</element>
<element name="lbunt" defstate="0">
<rect state="1">
<color red="0.0" green="0.0" blue="0.0" />
</rect>
<text string="LT BUNT/KNUCKLE BALL" state="1">
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0.1" width="1" height="0.8" />
</text>
</element>
<view name="Internal Layout">
<screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
<element name="0.0" ref="rswing">
<bounds x="0" y="-0.2" width="2" height="0.2" />
</element>
<element name="0.1" ref="lswing">
<bounds x="0" y="-0.2" width="2" height="0.2" />
</element>
<element name="0.2" ref="rbunt">
<bounds x="0" y="-0.2" width="2" height="0.2" />
</element>
<element name="0.3" ref="lbunt">
<bounds x="0" y="-0.2" width="2" height="0.2" />
</element>
<element name="2.0" ref="rswing">
<bounds x="2" y="-0.2" width="2" height="0.2" />
</element>
<element name="2.1" ref="lswing">
<bounds x="2" y="-0.2" width="2" height="0.2" />
</element>
<element name="2.2" ref="rbunt">
<bounds x="2" y="-0.2" width="2" height="0.2" />
</element>
<element name="2.3" ref="lbunt">
<bounds x="2" y="-0.2" width="2" height="0.2" />
</element>
</view>
</mamelayout>
|