summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/akkaarrh.lay
blob: 96b116335b3a3a4be3b852c94db5aa6d662cee6a (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
<?xml version="1.0"?>
<!--
license: CC0-1.0
copyright-holders: Dirk Best
Test layout to show the lamps for Akka Arrh
-->

<mamelayout version="2">

	<element name="background">
	</element>

	<element name="lamp" defstate="0">
		<rect state="0">
			<color red="0.2" green="0.2" blue="0.2" />
		</rect>
		<rect state="1">
			<color red="0.8" green="0.8" blue="0.8" />
		</rect>
	</element>

	<view name="Lamps">
		<screen index="0">
			<bounds left="60" top="45" right="700" bottom="525" />
		</screen>

		<collection name="Lamps" visible="no">
			<element ref="background">
				<bounds x="0" y="0" width="760" height="630" />
			</element>

			<!-- top lamps -->
			<element name="lamp16" ref="lamp">
				<bounds x="40" y="5" width="120" height="25" />
			</element>
			<element name="lamp15" ref="lamp">
				<bounds x="180" y="5" width="120" height="25" />
			</element>
			<element name="lamp14" ref="lamp">
				<bounds x="320" y="5" width="120" height="25" />
			</element>
			<element name="lamp13" ref="lamp">
				<bounds x="460" y="5" width="120" height="25" />
			</element>
			<element name="lamp12" ref="lamp">
				<bounds x="600" y="5" width="120" height="25" />
			</element>

			<!-- left lamps -->
			<element name="lamp9" ref="lamp">
				<bounds x="20" y="100" width="20" height="75" />
			</element>
			<element name="lamp8" ref="lamp">
				<bounds x="20" y="200" width="20" height="75" />
			</element>
			<element name="lamp11" ref="lamp">
				<bounds x="20" y="300" width="20" height="75" />
			</element>
			<element name="lamp10" ref="lamp">
				<bounds x="20" y="400" width="20" height="75" />
			</element>

			<!-- right lamps -->
			<element name="lamp19" ref="lamp">
				<bounds x="720" y="100" width="20" height="75" />
			</element>
			<element name="lamp20" ref="lamp">
				<bounds x="720" y="200" width="20" height="75" />
			</element>
			<element name="lamp17" ref="lamp">
				<bounds x="720" y="300" width="20" height="75" />
			</element>
			<element name="lamp18" ref="lamp">
				<bounds x="720" y="400" width="20" height="75" />
			</element>

			<!-- bottom lamps -->
			<element name="lamp1" ref="lamp">
				<bounds x="40" y="545" width="120" height="25" />
			</element>
			<element name="lamp25" ref="lamp">
				<bounds x="180" y="545" width="120" height="25" />
			</element>
			<element name="lamp2" ref="lamp">
				<bounds x="320" y="545" width="120" height="25" />
			</element>
			<element name="lamp24" ref="lamp">
				<bounds x="460" y="545" width="120" height="25" />
			</element>
			<element name="lamp0" ref="lamp">
				<bounds x="600" y="545" width="120" height="25" />
			</element>

			<!-- second row bottom -->
			<element name="lamp3" ref="lamp">
				<bounds x="320" y="590" width="120" height="25" />
			</element>
		</collection>
	</view>
</mamelayout>