summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/llc1.lay
blob: b574cb4dd234294e8ba2e10b0bc85f261f7053b4 (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
<?xml version="1.0"?>
<!-- llc1.lay -->

<!-- 2012-07-27: Initial version.  [Robbbert] -->

<mamelayout version="2">

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

	<element name="background">
		<rect>
			<bounds left="0" top="0" right="1" bottom="1" />
			<color red="0.0" green="0.0" blue="0.0" />
		</rect>
	</element>

	<view name="Default Layout">

		<!-- Background -->
		<screen index="0">
			<bounds x="0" y="0" width="362" height="262" />
		</screen>
		<backdrop element="background">
			<bounds left="0" top="0" right="362" bottom="310" />
		</backdrop>

		<!-- LEDs -->
		<bezel name="digit0" element="digit">
			<bounds left="10" top="267" right="44" bottom="305" />
		</bezel>
		<bezel name="digit1" element="digit">
			<bounds left="54" top="267" right="88" bottom="305" />
		</bezel>
		<bezel name="digit2" element="digit">
			<bounds left="98" top="267" right="132" bottom="305" />
		</bezel>
		<bezel name="digit3" element="digit">
			<bounds left="142" top="267" right="176" bottom="305" />
		</bezel>
		<bezel name="digit4" element="digit">
			<bounds left="186" top="267" right="220" bottom="305" />
		</bezel>
		<bezel name="digit5" element="digit">
			<bounds left="230" top="267" right="264" bottom="305" />
		</bezel>
		<bezel name="digit6" element="digit">
			<bounds left="274" top="267" right="308" bottom="305" />
		</bezel>
		<bezel name="digit7" element="digit">
			<bounds left="318" top="267" right="352" bottom="305" />
		</bezel>
	</view>
	<view name="LEDs Only">

		<!-- Background -->
		<backdrop element="background">
			<bounds left="0" top="0" right="362" bottom="69" />
		</backdrop>

		<!-- LEDs -->
		<bezel name="digit0" element="digit">
			<bounds left="10" top="10" right="44" bottom="59" />
		</bezel>
		<bezel name="digit1" element="digit">
			<bounds left="54" top="10" right="88" bottom="59" />
		</bezel>
		<bezel name="digit2" element="digit">
			<bounds left="98" top="10" right="132" bottom="59" />
		</bezel>
		<bezel name="digit3" element="digit">
			<bounds left="142" top="10" right="176" bottom="59" />
		</bezel>
		<bezel name="digit4" element="digit">
			<bounds left="186" top="10" right="220" bottom="59" />
		</bezel>
		<bezel name="digit5" element="digit">
			<bounds left="230" top="10" right="264" bottom="59" />
		</bezel>
		<bezel name="digit6" element="digit">
			<bounds left="274" top="10" right="308" bottom="59" />
		</bezel>
		<bezel name="digit7" element="digit">
			<bounds left="318" top="10" right="352" bottom="59" />
		</bezel>
	</view>
	<view name="Screen Only">
		<screen index="0">
			<bounds x="0" y="0" width="342" height="262" />
		</screen>
	</view>
</mamelayout>