summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/breakout.lay
blob: 891854ce5b3b62d15535921870bac366c87f4b78 (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="192" bottom="44" />
			<color red="1" green="1" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="44" right="192" bottom="54" />
			<color red="1" green="0.125" blue="0.125" />
		</rect>
		<rect>
			<bounds left="0" top="54" right="192" bottom="64" />
			<color red="1" green="0.5" blue="0.0625" />
		</rect>
		<rect>
			<bounds left="0" top="64" right="192" bottom="74" />
			<color red="0.25" green="1" blue="0.25" />
		</rect>
		<rect>
			<bounds left="0" top="74" right="192" bottom="84" />
			<color red="1" green="1" blue="0.25" />
		</rect>
		<rect>
			<bounds left="0" top="84" right="192" bottom="231" />
			<color red="1" green="1" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="221" right="192" bottom="228" />
			<color red="0.125" green="0.125" blue="1" />
		</rect>
		<rect>
			<bounds left="0" top="228" right="192" bottom="244" />
			<color red="1" green="1" blue="1" />
		</rect>
	</element>

	<element name="serve_led" defstate="0">
		<disk state="1">
			<color red="1.0" green="0.3" blue="0.3" />
		</disk>
		<text string="SERVE" state="1">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
	</element>

	<element name="lamp_credit1" defstate="0">
		<disk state="1">
			<color red="1.0" green="1.0" blue="1.0" />
		</disk>
		<text string="CREDIT1" state="1">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
	</element>

	<element name="lamp_credit2" defstate="0">
		<disk state="1">
			<color red="1.0" green="1.0" blue="1.0" />
		</disk>
		<text string="CREDIT2" state="1">
			<color red="0.0" green="0.0" blue="0.0" />
			<bounds x="0" y="0.1" width="1" height="0.8" />
		</text>
	</element>

	<view name="Color Overlay">
		<screen index="0">
			<bounds left="0" top="0" right="3" bottom="4" />
		</screen>
		<overlay name="overlay" element="overlay">
			<bounds left="0" top="0" right="3" bottom="4" />
		</overlay>
		<bezel name="lamp_credit1" element="lamp_credit1">
			<bounds x="0.2" y="4.01" width="0.55" height="0.55" />
		</bezel>
		<bezel name="serve_led" element="serve_led">
			<bounds x="1.4" y="4.01" width="0.24" height="0.24" />
		</bezel>
		<bezel name="lamp_credit2" element="lamp_credit2">
			<bounds x="2.25" y="4.01" width="0.55" height="0.55" />
		</bezel>
	</view>
</mamelayout>