summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/babbage.lay
blob: b493268fd4a747c9661800fc1646cf62f63e353f (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="digit" defstate="0">
		<led7seg>
			<color red="1.0" green="0.0" blue="0.0" />
		</led7seg>
	</element>
	<element name="red_led" defstate="1">
		<disk>
			<color red="1.0" green="0.0" blue="0.0" />
		</disk>
	</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">
		<!-- Black background -->
		<bezel element="background">
			<bounds left="97" top="90" right="453" bottom="235" />
		</bezel>
		<bezel name="digit32" element="digit">
			<bounds left="107" top="105" right="155" bottom="185" />
		</bezel>
		<bezel name="digit16" element="digit">
			<bounds left="155" top="105" right="203" bottom="185" />
		</bezel>
		<bezel name="digit8" element="digit">
			<bounds left="203" top="105" right="251" bottom="185" />
		</bezel>
		<bezel name="digit4" element="digit">
			<bounds left="251" top="105" right="299" bottom="185" />
		</bezel>
		<bezel name="digit2" element="digit">
			<bounds left="347" top="105" right="395" bottom="185" />
		</bezel>
		<bezel name="digit1" element="digit">
			<bounds left="395" top="105" right="443" bottom="185" />
		</bezel>
		<bezel name="led7" element="red_led">
			<bounds left="180" right="200" top="205" bottom="225" />
		</bezel>
		<bezel name="led6" element="red_led">
			<bounds left="210" right="230" top="205" bottom="225" />
		</bezel>
		<bezel name="led5" element="red_led">
			<bounds left="240" right="260" top="205" bottom="225" />
		</bezel>
		<bezel name="led4" element="red_led">
			<bounds left="270" right="290" top="205" bottom="225" />
		</bezel>
		<bezel name="led3" element="red_led">
			<bounds left="300" right="320" top="205" bottom="225" />
		</bezel>
		<bezel name="led2" element="red_led">
			<bounds left="330" right="350" top="205" bottom="225" />
		</bezel>
		<bezel name="led1" element="red_led">
			<bounds left="360" right="380" top="205" bottom="225" />
		</bezel>
		<bezel name="led0" element="red_led">
			<bounds left="390" right="410" top="205" bottom="225" />
		</bezel>
	</view>
</mamelayout>