summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/ebaskb2.lay
blob: 63be34bd981330bdfb67879829afed0b23ce1552 (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
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
147
148
149
<?xml version="1.0"?>
<!--
license:CC0-1.0
authors:hap
-->
<mamelayout version="2">

<!-- define elements -->

	<element name="static_black"><rect><color red="0.0" green="0.0" blue="0.0" /></rect></element>
	<element name="static_black2"><rect><color red="0.07" green="0.0" blue="0.01" /></rect></element>
	<element name="static_black2c"><disk><color red="0.07" green="0.0" blue="0.01" /></disk></element>
	<element name="static_white0"><rect><color red="0.66" green="0.66" blue="0.66" /></rect></element>
	<element name="static_white"><rect><color red="0.7" green="0.7" blue="0.7" /></rect></element>
	<element name="static_whitec"><disk><color red="0.7" green="0.7" blue="0.7" /></disk></element>

	<element name="text_score">
		<text string="SCORE >"><color red="0.8" green="0.8" blue="0.8" /></text>
	</element>

	<element name="digit" defstate="0">
		<led7seg><color red="1.0" green="0.2" blue="0.25" /></led7seg>
	</element>

	<element name="led" defstate="0">
		<disk state="0"><color red="0.12" green="0.022" blue="0.025" /></disk>
		<disk state="1"><color red="0.5" green="0.1" blue="0.125" /></disk>
		<disk state="2"><color red="1.0" green="0.2" blue="0.25" /></disk>
	</element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="13.3" right="40.7" top="18" bottom="48" />
		<element ref="static_black">
			<bounds left="13.3" right="40.7" top="18" bottom="48" />
		</element>

	<!-- score panels -->

		<element ref="static_white0"><bounds x="13.8" y="30.5" width="4" height="5" /></element>
		<element ref="static_black"><bounds x="13.9" y="30.6" width="3.8" height="4.8" /></element>

		<element name="digit1" ref="digit">
			<bounds x="14.3" y="33" width="3" height="2" />
			<orientation rotate="270" />
		</element>
		<element name="digit0" ref="digit">
			<bounds x="14.3" y="31" width="3" height="2" />
			<orientation rotate="270" />
		</element>

		<element ref="text_score">
			<bounds x="17.9" y="30" width="1" height="6" />
			<orientation rotate="270" />
		</element>

		<element ref="static_white0"><bounds x="36.2" y="30.5" width="4" height="5" /></element>
		<element ref="static_black"><bounds x="36.3" y="30.6" width="3.8" height="4.8" /></element>

		<element name="digit3" ref="digit">
			<bounds x="36.7" y="31" width="3" height="2" />
			<orientation rotate="90" />
		</element>
		<element name="digit2" ref="digit">
			<bounds x="36.7" y="33" width="3" height="2" />
			<orientation rotate="90" />
		</element>

		<element ref="text_score">
			<bounds x="35.1" y="30" width="1" height="6" />
			<orientation rotate="90" />
		</element>


	<!-- main bezel -->

		<element ref="static_white"><bounds x="19.3" y="19.3" width="15.4" height="27.4" /></element>
		<element ref="static_black2"><bounds x="19.5" y="19.5" width="15.0" height="27.0" /></element>

		<element ref="static_white"><bounds x="25.3" y="18.0" width="3.4" height="30.0" /></element>
		<element ref="static_black2"><bounds x="25.5" y="19.5" width="3" height="27.0" /></element>
		<element ref="static_black2"><bounds x="25" y="26.05" width="4" height="13.8" /></element>

		<element ref="static_whitec"><bounds x="25.3" y="31.3" width="3.4" height="3.4" /></element>
		<element ref="static_black2c"><bounds x="25.5" y="31.5" width="3" height="3" /></element>
		<element ref="static_white"><bounds x="18.9" y="32.9" width="16.2" height="0.2" /></element>

		<element ref="static_whitec"><bounds x="25.3" y="24.3" width="3.4" height="3.4" /></element>
		<element ref="static_black2c"><bounds x="25.5" y="24.5" width="3" height="3" /></element>
		<element ref="static_black2"><bounds x="25.5" y="23.9" width="3" height="2" /></element>
		<element ref="static_white"><bounds x="25.4" y="25.8" width="3.2" height="0.2" /></element>

		<element ref="static_whitec"><bounds x="25.3" y="38.3" width="3.4" height="3.4" /></element>
		<element ref="static_black2c"><bounds x="25.5" y="38.5" width="3" height="3" /></element>
		<element ref="static_black2"><bounds x="25.5" y="40.1" width="3" height="2" /></element>
		<element ref="static_white"><bounds x="25.4" y="40" width="3.2" height="0.2" /></element>

		<element ref="static_white"><bounds x="26.1" y="18.5" width="1.8" height="1.8" /></element>
		<element ref="static_black2"><bounds x="26.3" y="18.7" width="1.4" height="1.4" /></element>

		<element ref="static_white"><bounds x="26.1" y="45.7" width="1.8" height="1.8" /></element>
		<element ref="static_black2"><bounds x="26.3" y="45.9" width="1.4" height="1.4" /></element>


	<!-- round leds -->

		<element name="4.0" ref="led"><bounds x="20" y="20" width="1" height="1" /></element>
		<element name="4.1" ref="led"><bounds x="23.3" y="21.5" width="1" height="1" /></element>
		<element name="4.2" ref="led"><bounds x="26.5" y="21" width="1" height="1" /></element>
		<element name="4.3" ref="led"><bounds x="29.7" y="21.5" width="1" height="1" /></element>
		<element name="6.5" ref="led"><bounds x="33" y="20" width="1" height="1" /></element>

		<element name="5.0" ref="led"><bounds x="20" y="25" width="1" height="1" /></element>
		<element name="5.1" ref="led"><bounds x="23.8" y="24.5" width="1" height="1" /></element>
		<element name="5.2" ref="led"><bounds x="26.5" y="26.2" width="1" height="1" /></element>
		<element name="5.3" ref="led"><bounds x="29.2" y="24.5" width="1" height="1" /></element>
		<element name="7.4" ref="led"><bounds x="33" y="25" width="1" height="1" /></element>

		<element name="6.0" ref="led"><bounds x="20" y="30" width="1" height="1" /></element>
		<element name="6.1" ref="led"><bounds x="23.3" y="29" width="1" height="1" /></element>
		<element name="6.2" ref="led"><bounds x="26.5" y="30" width="1" height="1" /></element>
		<element name="6.3" ref="led"><bounds x="29.7" y="29" width="1" height="1" /></element>
		<element name="7.5" ref="led"><bounds x="33" y="30" width="1" height="1" /></element>

		<element name="7.0" ref="led"><bounds x="20" y="35" width="1" height="1" /></element>
		<element name="7.1" ref="led"><bounds x="23.3" y="36" width="1" height="1" /></element>
		<element name="7.2" ref="led"><bounds x="26.5" y="35" width="1" height="1" /></element>
		<element name="7.3" ref="led"><bounds x="29.7" y="36" width="1" height="1" /></element>
		<element name="8.4" ref="led"><bounds x="33" y="35" width="1" height="1" /></element>

		<element name="8.0" ref="led"><bounds x="20" y="40" width="1" height="1" /></element>
		<element name="8.1" ref="led"><bounds x="23.8" y="40.5" width="1" height="1" /></element>
		<element name="8.2" ref="led"><bounds x="26.5" y="38.8" width="1" height="1" /></element>
		<element name="8.3" ref="led"><bounds x="29.2" y="40.5" width="1" height="1" /></element>
		<element name="8.5" ref="led"><bounds x="33" y="40" width="1" height="1" /></element>

		<element name="9.0" ref="led"><bounds x="20" y="45" width="1" height="1" /></element>
		<element name="9.1" ref="led"><bounds x="23.3" y="43.5" width="1" height="1" /></element>
		<element name="9.2" ref="led"><bounds x="26.5" y="44" width="1" height="1" /></element>
		<element name="9.3" ref="led"><bounds x="29.7" y="43.5" width="1" height="1" /></element>
		<element name="9.5" ref="led"><bounds x="33" y="45" width="1" height="1" /></element>

		<element name="6.4" ref="led"><bounds x="26.5" y="18.9" width="1" height="1" /></element>
		<element name="9.4" ref="led"><bounds x="26.5" y="46.1" width="1" height="1" /></element>

	</view>
</mamelayout>