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

	<element name="static_black">
		<rect><color red="0.0" green="0.0" blue="0.0" /></rect>
	</element>
	<element name="static_orange">
		<rect><color red="0.85" green="0.30" blue="0.10" /></rect>
	</element>
	<element name="static_blue">
		<rect><color red="0.08" green="0.17" blue="0.52" /></rect>
	</element>

	<element name="text1">
		<rect><color red="0.08" green="0.17" blue="0.52" /></rect>
		<text string="FORMATION">
			<color red="1.0" green="1.0" blue="1.0" />
		</text>
	</element>
	<element name="text2">
		<rect><color red="0.08" green="0.17" blue="0.52" /></rect>
		<text string="NUMBER">
			<color red="1.0" green="1.0" blue="1.0" />
		</text>
	</element>

	<element name="digit" defstate="0">
		<led7seg>
			<color red="1.0" green="0.3" blue="0.0" />
		</led7seg>
	</element>

	<view name="Simple LEDs">
		<bounds left="0" right="400" top="0" bottom="330" />
		<screen index="0">
			<bounds left="0" right="400" top="0" bottom="300" />
		</screen>
		<bezel element="static_black">
			<bounds left="0" right="400" top="300" bottom="330" />
		</bezel>
		<bezel element="static_orange">
			<bounds left="0" right="400" top="302" bottom="330" />
		</bezel>
		<bezel element="static_blue">
			<bounds left="0" right="400" top="304" bottom="330" />
		</bezel>

		<bezel element="text1">
			<bounds x="5" y="307" width="50" height="10" />
		</bezel>
		<bezel element="text2">
			<bounds x="10" y="317" width="40" height="10" />
		</bezel>
		<bezel element="static_black">
			<bounds x="60" y="307" width="14" height="20" />
		</bezel>
		<bezel name="digit0" element="digit">
			<bounds x="61" y="308" width="12" height="18" />
		</bezel>

		<bezel element="text1">
			<bounds x="345" y="307" width="50" height="10" />
		</bezel>
		<bezel element="text2">
			<bounds x="350" y="317" width="40" height="10" />
		</bezel>
		<bezel element="static_black">
			<bounds x="326" y="307" width="14" height="20" />
		</bezel>
		<bezel name="digit1" element="digit">
			<bounds x="327" y="308" width="12" height="18" />
		</bezel>
	</view>
</mamelayout>