summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/gts1.lay
blob: 7e0e628c59c9323e35b4fd8bfa4f3334b5f9cedb (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
<?xml version="1.0"?>
<!-- gts1 copied from gts3.lay -->

<!-- 2014-12-06: Initial version. -->

<mamelayout version="2">

	<element name="digit8_" defstate="0">
		<led8seg_gts1>
			<color red="0.0" green="0.75" blue="1.0" />
		</led8seg_gts1>
	</element>
	<element name="digit7_" defstate="0">
		<led7seg>
			<color red="0.0" green="0.75" blue="1.0" />
		</led7seg>
	</element>
	<element name="background">
		<rect>
			<bounds left="0" top="0" right="1" bottom="1" />
			<color red="0.0" green="0.0" blue="0.0" />
		</rect>
	</element>

	<view name="Default Layout">

		<!-- Background -->
		<backdrop element="background">
			<bounds left="0" top="25" right="325" bottom="205" />
		</backdrop>

		<!-- Top Row -->
		<bezel name="digit8_5" element="digit8_">
			<bounds left="10" top="45" right="30" bottom="84" />
		</bezel>
		<bezel name="digit8_4" element="digit8_">
			<bounds left="34" top="45" right="54" bottom="84" />
		</bezel>
		<bezel name="digit8_3" element="digit8_">
			<bounds left="58" top="45" right="78" bottom="84" />
		</bezel>
		<bezel name="digit8_2" element="digit8_">
			<bounds left="87" top="45" right="107" bottom="84" />
		</bezel>
		<bezel name="digit8_1" element="digit8_">
			<bounds left="111" top="45" right="131" bottom="84" />
		</bezel>
		<bezel name="digit8_0" element="digit8_">
			<bounds left="135" top="45" right="155" bottom="84" />
		</bezel>
		<bezel name="digit8_13" element="digit8_">
			<bounds left="170" top="45" right="190" bottom="84" />
		</bezel>
		<bezel name="digit8_12" element="digit8_">
			<bounds left="194" top="45" right="214" bottom="84" />
		</bezel>
		<bezel name="digit8_11" element="digit8_">
			<bounds left="218" top="45" right="238" bottom="84" />
		</bezel>
		<bezel name="digit8_10" element="digit8_">
			<bounds left="247" top="45" right="267" bottom="84" />
		</bezel>
		<bezel name="digit8_9" element="digit8_">
			<bounds left="271" top="45" right="291" bottom="84" />
		</bezel>
		<bezel name="digit8_8" element="digit8_">
			<bounds left="295" top="45" right="315" bottom="84" />
		</bezel>

		<!-- Bottom Row -->
		<bezel name="digit8_21" element="digit8_">
			<bounds left="10" top="100" right="30" bottom="139" />
		</bezel>
		<bezel name="digit8_20" element="digit8_">
			<bounds left="34" top="100" right="54" bottom="139" />
		</bezel>
		<bezel name="digit8_19" element="digit8_">
			<bounds left="58" top="100" right="78" bottom="139" />
		</bezel>
		<bezel name="digit8_18" element="digit8_">
			<bounds left="87" top="100" right="107" bottom="139" />
		</bezel>
		<bezel name="digit8_17" element="digit8_">
			<bounds left="111" top="100" right="131" bottom="139" />
		</bezel>
		<bezel name="digit8_16" element="digit8_">
			<bounds left="135" top="100" right="155" bottom="139" />
		</bezel>
		<!-- Digits 22 and 23 are not used -->
		<bezel name="digit8_29" element="digit8_">
			<bounds left="170" top="100" right="190" bottom="139" />
		</bezel>
		<bezel name="digit8_28" element="digit8_">
			<bounds left="194" top="100" right="214" bottom="139" />
		</bezel>
		<bezel name="digit8_27" element="digit8_">
			<bounds left="218" top="100" right="238" bottom="139" />
		</bezel>
		<bezel name="digit8_26" element="digit8_">
			<bounds left="247" top="100" right="267" bottom="139" />
		</bezel>
		<bezel name="digit8_25" element="digit8_">
			<bounds left="271" top="100" right="291" bottom="139" />
		</bezel>
		<bezel name="digit8_24" element="digit8_">
			<bounds left="295" top="100" right="315" bottom="139" />
		</bezel>
		<!-- Digits 30 and 31 are not used -->

		<!-- 4 digit display -->
		<bezel name="digit7_15" element="digit7_">
			<bounds left="121" top="155" right="136" bottom="189" />
		</bezel>
		<bezel name="digit7_14" element="digit7_">
			<bounds left="140" top="155" right="155" bottom="189" />
		</bezel>
		<bezel name="digit7_7" element="digit7_">
			<bounds left="170" top="155" right="185" bottom="189" />
		</bezel>
		<bezel name="digit7_6" element="digit7_">
			<bounds left="189" top="155" right="204" bottom="189" />
		</bezel>
	</view>
</mamelayout>