summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/pr8210.lay
blob: 709d13460396f8210fcd40a06869e1e0221183b3 (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="audio1" defstate="0">
		<text string="AUDIO1" state="0">
			<color red="0.1" green="0.1" blue="0.1" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
		<text string="AUDIO1" 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="audio2" defstate="0">
		<text string="AUDIO2" state="0">
			<color red="0.1" green="0.1" blue="0.1" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
		<text string="AUDIO2" 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="clv" defstate="0">
		<text string="CLV" state="0">
			<color red="0.1" green="0.1" blue="0.1" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
		<text string="CLV" 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="cav" defstate="0">
		<text string="CAV" state="0">
			<color red="0.1" green="0.1" blue="0.1" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
		<text string="CAV" 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="led1" defstate="0">
		<text string="LED1" state="0">
			<color red="0.1" green="0.1" blue="0.1" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
		<text string="LED1" 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="led2" defstate="0">
		<text string="LED2" state="0">
			<color red="0.1" green="0.1" blue="0.1" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
		<text string="LED2" 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="led3" defstate="0">
		<text string="LED3" state="0">
			<color red="0.1" green="0.1" blue="0.1" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
		<text string="LED3" 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="standby" defstate="0">
		<text string="STANDBY" state="0">
			<color red="0.1" green="0.1" blue="0.1" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
		<text string="STANDBY" 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="Lamps">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>
		<bezel name="pr8210_standby" element="standby">
			<bounds x="0" y="3.1" width="0.4" height="0.1" />
		</bezel>
		<bezel name="pr8210_clv" element="clv">
			<bounds x="0.5" y="3.1" width="0.4" height="0.1" />
		</bezel>
		<bezel name="pr8210_cav" element="cav">
			<bounds x="1.0" y="3.1" width="0.4" height="0.1" />
		</bezel>
		<bezel name="pr8210_audio1" element="audio1">
			<bounds x="1.5" y="3.1" width="0.4" height="0.1" />
		</bezel>
		<bezel name="pr8210_audio2" element="audio2">
			<bounds x="2.0" y="3.1" width="0.4" height="0.1" />
		</bezel>
		<bezel name="pr8210_led1" element="led1">
			<bounds x="2.5" y="3.1" width="0.4" height="0.1" />
		</bezel>
		<bezel name="pr8210_led2" element="led2">
			<bounds x="3.0" y="3.1" width="0.4" height="0.1" />
		</bezel>
		<bezel name="pr8210_led3" element="led3">
			<bounds x="3.5" y="3.1" width="0.4" height="0.1" />
		</bezel>
	</view>
</mamelayout>