~ubuntu-branches/debian/sid/mame/sid

« back to all changes in this revision

Viewing changes to mess/src/mame/layout/turbo.lay

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jordi Mallach, Emmanuel Kasper
  • Date: 2011-12-19 22:56:27 UTC
  • mfrom: (0.1.2)
  • Revision ID: package-import@ubuntu.com-20111219225627-ub5oga1oys4ogqzm
Tags: 0.144-1
[ Jordi Mallach ]
* Fix syntax errors in DEP5 copyright file (lintian).
* Use a versioned copyright Format specification field.
* Update Vcs-* URLs.
* Move transitional packages to the new metapackages section, and make
  them priority extra.
* Remove references to GNU/Linux and MESS sources from copyright.
* Add build variables for s390x.
* Use .xz tarballs as it cuts 4MB for the upstream sources.
* Add nplayers.ini as a patch. Update copyright file to add CC-BY-SA-3.0.

[ Emmanuel Kasper ]
* New upstream release. Closes: #651538.
* Add Free Desktop compliant png icons of various sizes taken from
  the hydroxygen iconset
* Mess is now built from a new source package, to avoid possible source
  incompatibilities between mame and the mess overlay.
* Mame-tools are not built from the mame source package anymore, but
  from the mess source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<mamelayout version="2">
3
 
        <element name="digit" defstate="10">
4
 
                <led7seg>
5
 
                        <color red="1.0" green="0.3" blue="0.0" />
6
 
                </led7seg>
7
 
        </element>
8
 
 
9
 
        <element name="speed" defstate="0">
10
 
                <rect>
11
 
                        <bounds x="0" y="0" width="86" height="26" />
12
 
                        <color red="0.0" green="0.0" blue="0.0" />
13
 
                </rect>
14
 
                <rect>
15
 
                        <bounds x="4" y="2" width="78" height="22" />
16
 
                        <color red="0.0" green="0.1" blue="0.0" />
17
 
                </rect>
18
 
                <rect state="1">
19
 
                        <bounds x="4" y="2" width="6" height="22" />
20
 
                        <color red="0.0" green="1.0" blue="0.0" />
21
 
                </rect>
22
 
                <rect state="2">
23
 
                        <bounds x="4" y="2" width="14" height="22" />
24
 
                        <color red="0.0" green="1.0" blue="0.0" />
25
 
                </rect>
26
 
                <rect state="3">
27
 
                        <bounds x="4" y="2" width="22" height="22" />
28
 
                        <color red="0.0" green="1.0" blue="0.0" />
29
 
                </rect>
30
 
                <rect state="4">
31
 
                        <bounds x="4" y="2" width="30" height="22" />
32
 
                        <color red="0.0" green="1.0" blue="0.0" />
33
 
                </rect>
34
 
                <rect state="5">
35
 
                        <bounds x="4" y="2" width="38" height="22" />
36
 
                        <color red="0.0" green="1.0" blue="0.0" />
37
 
                </rect>
38
 
                <rect state="6">
39
 
                        <bounds x="4" y="2" width="46" height="22" />
40
 
                        <color red="0.0" green="1.0" blue="0.0" />
41
 
                </rect>
42
 
                <rect state="7">
43
 
                        <bounds x="4" y="2" width="54" height="22" />
44
 
                        <color red="0.0" green="1.0" blue="0.0" />
45
 
                </rect>
46
 
                <rect state="8">
47
 
                        <bounds x="4" y="2" width="62" height="22" />
48
 
                        <color red="0.0" green="1.0" blue="0.0" />
49
 
                </rect>
50
 
                <rect state="9">
51
 
                        <bounds x="4" y="2" width="70" height="22" />
52
 
                        <color red="0.0" green="1.0" blue="0.0" />
53
 
                </rect>
54
 
                <rect state="10">
55
 
                        <bounds x="4" y="2" width="78" height="22" />
56
 
                        <color red="0.0" green="1.0" blue="0.0" />
57
 
                </rect>
58
 
        </element>
59
 
 
60
 
        <view name="Simple LEDs">
61
 
                <bounds left="-59" right="186" top="0" bottom="248" />
62
 
 
63
 
       <screen index="0">
64
 
           <bounds left="0" top="0" right="186" bottom="248" />
65
 
       </screen>
66
 
 
67
 
<!--
68
 
       <bezel element="panel">
69
 
           <bounds left="-59" top="0" right="0" bottom="248" />
70
 
       </bezel>
71
 
-->
72
 
       <bezel name="speed" element="speed">
73
 
           <bounds left="-51" top="218" right="-8" bottom="231" />
74
 
       </bezel>
75
 
 
76
 
 
77
 
       <bezel name="digit27" element="digit">
78
 
           <bounds left="-15" top="18" right="-8" bottom="31" />
79
 
       </bezel>
80
 
 
81
 
       <bezel name="digit28" element="digit">
82
 
           <bounds left="-24" top="18" right="-17" bottom="31" />
83
 
       </bezel>
84
 
 
85
 
       <bezel name="digit29" element="digit">
86
 
           <bounds left="-33" top="18" right="-26" bottom="31" />
87
 
       </bezel>
88
 
 
89
 
       <bezel name="digit30" element="digit">
90
 
           <bounds left="-42" top="18" right="-35" bottom="31" />
91
 
       </bezel>
92
 
 
93
 
       <bezel name="digit31" element="digit">
94
 
           <bounds left="-51" top="18" right="-44" bottom="31" />
95
 
       </bezel>
96
 
 
97
 
 
98
 
       <bezel name="digit2" element="digit">
99
 
           <bounds left="-20" top="110" right="-15" bottom="120" />
100
 
       </bezel>
101
 
 
102
 
       <bezel name="digit3" element="digit">
103
 
           <bounds left="-26" top="110" right="-21" bottom="120" />
104
 
       </bezel>
105
 
 
106
 
       <bezel name="digit4" element="digit">
107
 
           <bounds left="-32" top="110" right="-27" bottom="120" />
108
 
       </bezel>
109
 
 
110
 
       <bezel name="digit5" element="digit">
111
 
           <bounds left="-38" top="110" right="-33" bottom="120" />
112
 
       </bezel>
113
 
 
114
 
       <bezel name="digit6" element="digit">
115
 
           <bounds left="-44" top="110" right="-39" bottom="120" />
116
 
       </bezel>
117
 
 
118
 
 
119
 
       <bezel name="digit7" element="digit">
120
 
           <bounds left="-20" top="95" right="-15" bottom="105" />
121
 
       </bezel>
122
 
 
123
 
       <bezel name="digit8" element="digit">
124
 
           <bounds left="-26" top="95" right="-21" bottom="105" />
125
 
       </bezel>
126
 
 
127
 
       <bezel name="digit9" element="digit">
128
 
           <bounds left="-32" top="95" right="-27" bottom="105" />
129
 
       </bezel>
130
 
 
131
 
       <bezel name="digit10" element="digit">
132
 
           <bounds left="-38" top="95" right="-33" bottom="105" />
133
 
       </bezel>
134
 
 
135
 
       <bezel name="digit11" element="digit">
136
 
           <bounds left="-44" top="95" right="-39" bottom="105" />
137
 
       </bezel>
138
 
 
139
 
 
140
 
       <bezel name="digit12" element="digit">
141
 
           <bounds left="-20" top="80" right="-15" bottom="90" />
142
 
       </bezel>
143
 
 
144
 
       <bezel name="digit13" element="digit">
145
 
           <bounds left="-26" top="80" right="-21" bottom="90" />
146
 
       </bezel>
147
 
 
148
 
       <bezel name="digit14" element="digit">
149
 
           <bounds left="-32" top="80" right="-27" bottom="90" />
150
 
       </bezel>
151
 
 
152
 
       <bezel name="digit15" element="digit">
153
 
           <bounds left="-38" top="80" right="-33" bottom="90" />
154
 
       </bezel>
155
 
 
156
 
       <bezel name="digit16" element="digit">
157
 
           <bounds left="-44" top="80" right="-39" bottom="90" />
158
 
       </bezel>
159
 
 
160
 
 
161
 
       <bezel name="digit17" element="digit">
162
 
           <bounds left="-20" top="65" right="-15" bottom="75" />
163
 
       </bezel>
164
 
 
165
 
       <bezel name="digit18" element="digit">
166
 
           <bounds left="-26" top="65" right="-21" bottom="75" />
167
 
       </bezel>
168
 
 
169
 
       <bezel name="digit19" element="digit">
170
 
           <bounds left="-32" top="65" right="-27" bottom="75" />
171
 
       </bezel>
172
 
 
173
 
       <bezel name="digit20" element="digit">
174
 
           <bounds left="-38" top="65" right="-33" bottom="75" />
175
 
       </bezel>
176
 
 
177
 
       <bezel name="digit21" element="digit">
178
 
           <bounds left="-44" top="65" right="-39" bottom="75" />
179
 
       </bezel>
180
 
 
181
 
 
182
 
       <bezel name="digit22" element="digit">
183
 
           <bounds left="-20" top="50" right="-15" bottom="60" />
184
 
       </bezel>
185
 
 
186
 
       <bezel name="digit23" element="digit">
187
 
           <bounds left="-26" top="50" right="-21" bottom="60" />
188
 
       </bezel>
189
 
 
190
 
       <bezel name="digit24" element="digit">
191
 
           <bounds left="-32" top="50" right="-27" bottom="60" />
192
 
       </bezel>
193
 
 
194
 
       <bezel name="digit25" element="digit">
195
 
           <bounds left="-38" top="50" right="-33" bottom="60" />
196
 
       </bezel>
197
 
 
198
 
       <bezel name="digit26" element="digit">
199
 
           <bounds left="-44" top="50" right="-39" bottom="60" />
200
 
       </bezel>
201
 
        </view>
202
 
</mamelayout>