summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/splitsec.lay
blob: 44565bb76f574e21cfb6f80da1518bedf8b292dc (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
<?xml version="1.0"?>
<mamelayout version="2">

<!-- define elements -->

	<element name="static_black"><rect><color red="0.0" green="0.0" blue="0.0" /></rect></element>

	<element name="lamp_disk" defstate="0">
		<disk state="1"><color red="1.0" green="0.24" blue="0.26" /></disk>
		<disk state="0"><color red="0.15" green="0.043" blue="0.047" /></disk>
	</element>
	<element name="lamp_rect" defstate="0">
		<rect state="1"><color red="1.0" green="0.24" blue="0.26" /></rect>
		<rect state="0"><color red="0.15" green="0.043" blue="0.047" /></rect>
	</element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="0" right="18" top="0" bottom="28" />
		<bezel element="static_black">
			<bounds left="0" right="18" top="0" bottom="28" />
		</bezel>

	<!-- maze of lamps -->

		<bezel name="0.0" element="lamp_rect"><bounds x="2" y="1" width="4" height="1" /></bezel>
		<bezel name="0.2" element="lamp_rect"><bounds x="7" y="1" width="4" height="1" /></bezel>
		<bezel name="0.4" element="lamp_rect"><bounds x="12" y="1" width="4" height="1" /></bezel>

		<bezel name="1.0" element="lamp_rect"><bounds x="1" y="2" width="1" height="4" /></bezel>
		<bezel name="0.1" element="lamp_disk"><bounds x="3" y="3" width="2" height="2" /></bezel>
		<bezel name="1.2" element="lamp_rect"><bounds x="6" y="2" width="1" height="4" /></bezel>
		<bezel name="0.3" element="lamp_disk"><bounds x="8" y="3" width="2" height="2" /></bezel>
		<bezel name="1.4" element="lamp_rect"><bounds x="11" y="2" width="1" height="4" /></bezel>
		<bezel name="0.5" element="lamp_disk"><bounds x="13" y="3" width="2" height="2" /></bezel>
		<bezel name="1.6" element="lamp_rect"><bounds x="16" y="2" width="1" height="4" /></bezel>

		<bezel name="1.1" element="lamp_rect"><bounds x="2" y="6" width="4" height="1" /></bezel>
		<bezel name="1.3" element="lamp_rect"><bounds x="7" y="6" width="4" height="1" /></bezel>
		<bezel name="1.5" element="lamp_rect"><bounds x="12" y="6" width="4" height="1" /></bezel>

		<bezel name="2.0" element="lamp_rect"><bounds x="1" y="7" width="1" height="4" /></bezel>
		<bezel name="2.1" element="lamp_disk"><bounds x="3" y="8" width="2" height="2" /></bezel>
		<bezel name="2.2" element="lamp_rect"><bounds x="6" y="7" width="1" height="4" /></bezel>
		<bezel name="2.3" element="lamp_disk"><bounds x="8" y="8" width="2" height="2" /></bezel>
		<bezel name="2.4" element="lamp_rect"><bounds x="11" y="7" width="1" height="4" /></bezel>
		<bezel name="2.5" element="lamp_disk"><bounds x="13" y="8" width="2" height="2" /></bezel>
		<bezel name="2.6" element="lamp_rect"><bounds x="16" y="7" width="1" height="4" /></bezel>

		<bezel name="3.1" element="lamp_rect"><bounds x="2" y="11" width="4" height="1" /></bezel>
		<bezel name="3.3" element="lamp_rect"><bounds x="7" y="11" width="4" height="1" /></bezel>
		<bezel name="3.5" element="lamp_rect"><bounds x="12" y="11" width="4" height="1" /></bezel>

		<bezel name="3.0" element="lamp_rect"><bounds x="1" y="12" width="1" height="4" /></bezel>
		<bezel name="4.1" element="lamp_disk"><bounds x="3" y="13" width="2" height="2" /></bezel>
		<bezel name="3.2" element="lamp_rect"><bounds x="6" y="12" width="1" height="4" /></bezel>
		<bezel name="4.3" element="lamp_disk"><bounds x="8" y="13" width="2" height="2" /></bezel>
		<bezel name="3.4" element="lamp_rect"><bounds x="11" y="12" width="1" height="4" /></bezel>
		<bezel name="4.5" element="lamp_disk"><bounds x="13" y="13" width="2" height="2" /></bezel>
		<bezel name="3.6" element="lamp_rect"><bounds x="16" y="12" width="1" height="4" /></bezel>

		<bezel name="5.1" element="lamp_rect"><bounds x="2" y="16" width="4" height="1" /></bezel>
		<bezel name="5.3" element="lamp_rect"><bounds x="7" y="16" width="4" height="1" /></bezel>
		<bezel name="5.5" element="lamp_rect"><bounds x="12" y="16" width="4" height="1" /></bezel>

		<bezel name="4.0" element="lamp_rect"><bounds x="1" y="17" width="1" height="4" /></bezel>
		<bezel name="6.1" element="lamp_disk"><bounds x="3" y="18" width="2" height="2" /></bezel>
		<bezel name="4.2" element="lamp_rect"><bounds x="6" y="17" width="1" height="4" /></bezel>
		<bezel name="6.3" element="lamp_disk"><bounds x="8" y="18" width="2" height="2" /></bezel>
		<bezel name="4.4" element="lamp_rect"><bounds x="11" y="17" width="1" height="4" /></bezel>
		<bezel name="6.5" element="lamp_disk"><bounds x="13" y="18" width="2" height="2" /></bezel>
		<bezel name="4.6" element="lamp_rect"><bounds x="16" y="17" width="1" height="4" /></bezel>

		<bezel name="7.1" element="lamp_rect"><bounds x="2" y="21" width="4" height="1" /></bezel>
		<bezel name="7.3" element="lamp_rect"><bounds x="7" y="21" width="4" height="1" /></bezel>
		<bezel name="7.5" element="lamp_rect"><bounds x="12" y="21" width="4" height="1" /></bezel>

		<bezel name="5.0" element="lamp_rect"><bounds x="1" y="22" width="1" height="4" /></bezel>
		<bezel name="6.0" element="lamp_disk"><bounds x="3" y="23" width="2" height="2" /></bezel>
		<bezel name="5.2" element="lamp_rect"><bounds x="6" y="22" width="1" height="4" /></bezel>
		<bezel name="6.2" element="lamp_disk"><bounds x="8" y="23" width="2" height="2" /></bezel>
		<bezel name="5.4" element="lamp_rect"><bounds x="11" y="22" width="1" height="4" /></bezel>
		<bezel name="6.4" element="lamp_disk"><bounds x="13" y="23" width="2" height="2" /></bezel>
		<bezel name="5.6" element="lamp_rect"><bounds x="16" y="22" width="1" height="4" /></bezel>

		<bezel name="7.0" element="lamp_rect"><bounds x="2" y="26" width="4" height="1" /></bezel>
		<bezel name="7.2" element="lamp_rect"><bounds x="7" y="26" width="4" height="1" /></bezel>
		<bezel name="7.4" element="lamp_rect"><bounds x="12" y="26" width="4" height="1" /></bezel>

	</view>
</mamelayout>