summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/vaportrx.lay
blob: f60a0cbefb426e1184d4c4e51367cf9183fcf35f (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="lamp" defstate="0">
		<rect state="0">
			<color red="0.25" green="0.0" blue="0.0" />
			<bounds x="0.0" y="0.0" width="1.0" height="2.0" />
		</rect>
		<rect state="1">
			<color red="1.0" green="0.0" blue="0.0" />
			<bounds x="0.0" y="0.0" width="1.0" height="2.0" />
		</rect>
		<rect>
			<color red="0.1" green="0.0" blue="0.0" />
			<bounds x="0.1" y="0.1" width="0.8" height="0.85" />
		</rect>
		<rect>
			<color red="0.1" green="0.0" blue="0.0" />
			<bounds x="0.1" y="1.05" width="0.8" height="0.85" />
		</rect>
		<text string="START" state="0">
			<color red="0.25" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.1" width="0.7" height="0.85" />
		</text>
		<text string="VIEW" state="0">
			<color red="0.25" green="0.0" blue="0.0" />
			<bounds x="0.15" y="1.05" width="0.7" height="0.85" />
		</text>
		<text string="START" state="1">
			<color red="1.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="0.1" width="0.7" height="0.85" />
		</text>
		<text string="VIEW" state="1">
			<color red="1.0" green="0.0" blue="0.0" />
			<bounds x="0.15" y="1.05" width="0.7" height="0.85" />
		</text>
	</element>

	<view name="Dashboard">
		<bounds left="0" top="0" right="4" bottom="3.472" />

		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>

		<bezel name="lamp0" element="lamp" inputtag="IN1" inputmask="0x0800">
			<bounds x="3.75" y="3.05" width="0.2" height="0.4" />
		</bezel>
		<bezel name="lamp1" element="lamp" inputtag="IN1" inputmask="0x0200">
			<bounds x="0.05" y="3.05" width="0.2" height="0.4" />
		</bezel>
	</view>
</mamelayout>