summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/polyplay.lay
blob: e36eb046d12bf64d2b70212e109bdc16d323e7e4 (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="red1">
		<text state ="0" string="Y">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.3" green="0.1" blue="0.1" />
		</text>
		<text state ="1" string="Y">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="1.0" green="0.1" blue="0.1" />
		</text>
	</element>
	<element name="blue1">
		<text state ="0" string="A">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.1" green="0.1" blue="0.3" />
		</text>
		<text state ="1" string="A">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.1" green="0.1" blue="1.0" />
		</text>
	</element>
	<element name="yellow1">
		<text state ="0" string="L">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.3" green="0.3" blue="0.1" />
		</text>
		<text state ="1" string="L">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="1.0" green="1.0" blue="0.1" />
		</text>
	</element>
	<element name="green1">
		<text state ="0" string="P">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.1" green="0.3" blue="0.1" />
		</text>
		<text state ="1" string="P">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.1" green="1.0" blue="0.1" />
		</text>
	</element>
	<element name="red2">
		<text state ="0" string="Y">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.3" green="0.1" blue="0.1" />
		</text>
		<text state ="1" string="Y">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="1.0" green="0.1" blue="0.1" />
		</text>
	</element>
	<element name="blue2">
		<text state ="0" string="L">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.1" green="0.1" blue="0.3" />
		</text>
		<text state ="1" string="L">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.1" green="0.1" blue="1.0" />
		</text>
	</element>
	<element name="yellow2">
		<text state ="0" string="O">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.3" green="0.3" blue="0.1" />
		</text>
		<text state ="1" string="O">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="1.0" green="1.0" blue="0.1" />
		</text>
	</element>
	<element name="green2">
		<text state ="0" string="P">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.1" green="0.3" blue="0.1" />
		</text>
		<text state ="1" string="P">
			<bounds x="0" y="0" width="7" height="7" />
			<color red="0.1" green="1.0" blue="0.1" />
		</text>
	</element>
	<view name="Screen only">
		<screen index="0">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
	</view>
	<view name="Screen + Lights">
		<backdrop name="lamp1" element="red1" state="0">
			<bounds x="7" y="0" width="1" height="1"/>
		</backdrop>
		<backdrop name="lamp2" element="blue1" state="0">
			<bounds x="6" y="0" width="1" height="1"/>
		</backdrop>
		<backdrop name="lamp3" element="yellow1" state="0">
			<bounds x="5" y="0" width="1" height="1"/>
		</backdrop>
		<backdrop name="lamp4" element="green1" state="0">
			<bounds x="4" y="0" width="1" height="1"/>
		</backdrop>
		<backdrop name="lamp1" element="red2" state="0">
			<bounds x="3" y="0" width="1" height="1"/>
		</backdrop>
		<backdrop name="lamp2" element="blue2" state="0">
			<bounds x="2" y="0" width="1" height="1"/>
		</backdrop>
		<backdrop name="lamp3" element="yellow2" state="0">
			<bounds x="1" y="0" width="1" height="1"/>
		</backdrop>
		<backdrop name="lamp4" element="green2" state="0">
			<bounds x="0" y="0" width="1" height="1"/>
		</backdrop>
		<screen index="0">
			<bounds x="0" y="1" width="8" height="6" />
		</screen>
	</view>
</mamelayout>