summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/sdk85.lay
blob: 5822262a99574d05de921b0e41d3c356bdc4a64d (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
<?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="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="95" right="428" bottom="195" />
		</bezel>
		<bezel name="digit0" element="digit">
			<bounds left="107" top="105" right="155" bottom="185" />
		</bezel>
		<bezel name="digit1" element="digit">
			<bounds left="155" top="105" right="203" bottom="185" />
		</bezel>
		<bezel name="digit2" element="digit">
			<bounds left="203" top="105" right="251" bottom="185" />
		</bezel>
		<bezel name="digit3" element="digit">
			<bounds left="251" top="105" right="299" bottom="185" />
		</bezel>
		<bezel name="digit4" element="digit">
			<bounds left="323" top="105" right="370" bottom="185" />
		</bezel>
		<bezel name="digit5" element="digit">
			<bounds left="371" top="105" right="418" bottom="185" />
		</bezel>
	</view>
</mamelayout>