summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/aim65.lay
blob: b250dc48b350af7eb4a193ebf968e6bc24d78f51 (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
<?xml version="1.0"?>
<mamelayout version="2">

<!-- 2007-07-30: Initial version.  [Dirk Best] -->
<!-- 2015-08-14: Eric Roberts version. [Best of the Best 2] -->


<!-- define elements -->

	<element name="digit" defstate="0">
		<led16seg>
			<!-- Note: Peak wavelength of the DL1416 chips = 660 nm -->
			<color red="1.0" green="0.15" blue="0.2" />
		</led16seg>
	</element>

	<element name="static_black"><rect><color red="0.0" green="0.0" blue="0.0" /></rect></element>
	<element name="static_white"><rect><color red="0.85" green="0.84" blue="0.84" /></rect></element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="50" top="20" right="770" bottom="141" />
		<bezel element="static_black">
			<bounds left="50" top="20" right="770" bottom="141" />
		</bezel>

	<!-- bezel -->

		<bezel element="static_white"><bounds left="50" top="20" right="770" bottom="141" /></bezel>
		<bezel element="static_black"><bounds left="53" top="23" right="767" bottom="138" /></bezel>

		<bezel element="static_white"><bounds x="63"  y="129" width="2" height="10" /></bezel>
		<bezel element="static_white"><bounds x="97"  y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="131" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="165" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="202" y="135" width="2" height="4" /></bezel>

		<bezel element="static_white"><bounds x="236" y="129" width="2" height="10" /></bezel>
		<bezel element="static_white"><bounds x="270" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="304" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="341" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="375" y="135" width="2" height="4" /></bezel>

		<bezel element="static_white"><bounds x="409" y="129" width="2" height="10" /></bezel>
		<bezel element="static_white"><bounds x="443" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="480" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="514" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="548" y="135" width="2" height="4" /></bezel>

		<bezel element="static_white"><bounds x="582" y="129" width="2" height="10" /></bezel>
		<bezel element="static_white"><bounds x="619" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="653" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="687" y="135" width="2" height="4" /></bezel>
		<bezel element="static_white"><bounds x="721" y="135" width="2" height="4" /></bezel>

		<bezel element="static_white"><bounds x="755" y="129" width="2" height="10" /></bezel>


	<!-- digits -->

		<!-- DL1416A DS1 -->
		<bezel name="digit0" element="digit">
			<bounds left="65" top="80" right="90" bottom="120" />
		</bezel>
		<bezel name="digit1" element="digit">
			<bounds left="99" top="80" right="124" bottom="120" />
		</bezel>
		<bezel name="digit2" element="digit">
			<bounds left="133" top="80" right="158" bottom="120" />
		</bezel>
		<bezel name="digit3" element="digit">
			<bounds left="167" top="80" right="192" bottom="120" />
		</bezel>

		<!-- DL1416A DS2 -->
		<bezel name="digit4" element="digit">
			<bounds left="204" top="80" right="229" bottom="120" />
		</bezel>
		<bezel name="digit5" element="digit">
			<bounds left="238" top="80" right="263" bottom="120" />
		</bezel>
		<bezel name="digit6" element="digit">
			<bounds left="272" top="80" right="297" bottom="120" />
		</bezel>
		<bezel name="digit7" element="digit">
			<bounds left="306" top="80" right="331" bottom="120" />
		</bezel>

		<!-- DL1416A DS3 -->
		<bezel name="digit8" element="digit">
			<bounds left="343" top="80" right="368" bottom="120" />
		</bezel>
		<bezel name="digit9" element="digit">
			<bounds left="377" top="80" right="402" bottom="120" />
		</bezel>
		<bezel name="digit10" element="digit">
			<bounds left="411" top="80" right="436" bottom="120" />
		</bezel>
		<bezel name="digit11" element="digit">
			<bounds left="445" top="80" right="470" bottom="120" />
		</bezel>

		<!-- DL1416A DS4 -->
		<bezel name="digit12" element="digit">
			<bounds left="482" top="80" right="507" bottom="120" />
		</bezel>
		<bezel name="digit13" element="digit">
			<bounds left="516" top="80" right="541" bottom="120" />
		</bezel>
		<bezel name="digit14" element="digit">
			<bounds left="550" top="80" right="575" bottom="120" />
		</bezel>
		<bezel name="digit15" element="digit">
			<bounds left="584" top="80" right="609" bottom="120" />
		</bezel>

		<!-- DL1416A DS5 -->
		<bezel name="digit16" element="digit">
			<bounds left="621" top="80" right="646" bottom="120" />
		</bezel>
		<bezel name="digit17" element="digit">
			<bounds left="655" top="80" right="680" bottom="120" />
		</bezel>
		<bezel name="digit18" element="digit">
			<bounds left="689" top="80" right="714" bottom="120" />
		</bezel>
		<bezel name="digit19" element="digit">
			<bounds left="723" top="80" right="748" bottom="120" />
		</bezel>

	</view>

</mamelayout>