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

<!-- define elements -->

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

	<element name="led" defstate="0">
		<disk state="0"><color red="0.1" green="0.025" blue="0.028" /></disk>
		<disk state="1"><color red="1.0" green="0.25" blue="0.28" /></disk>
	</element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="-1" right="30" top="3" bottom="24" />

		<bezel name="digit6" element="digit"><bounds x="8" y="4" width="2" height="3" /></bezel>
		<bezel name="digit7" element="digit"><bounds x="10" y="4" width="2" height="3" /></bezel>
		<bezel name="digit8" element="digit"><bounds x="17" y="4" width="2" height="3" /></bezel>
		<bezel name="digit9" element="digit"><bounds x="19" y="4" width="2" height="3" /></bezel>

		<bezel name="0.0" element="led"><bounds x="0"  y="10" width="1" height="1" /></bezel>
		<bezel name="0.1" element="led"><bounds x="4"  y="10" width="1" height="1" /></bezel>
		<bezel name="0.2" element="led"><bounds x="8"  y="10" width="1" height="1" /></bezel>
		<bezel name="0.3" element="led"><bounds x="12" y="10" width="1" height="1" /></bezel>
		<bezel name="0.4" element="led"><bounds x="16" y="10" width="1" height="1" /></bezel>
		<bezel name="0.5" element="led"><bounds x="20" y="10" width="1" height="1" /></bezel>
		<bezel name="0.6" element="led"><bounds x="24" y="10" width="1" height="1" /></bezel>
		<bezel name="0.7" element="led"><bounds x="28" y="10" width="1" height="1" /></bezel>

		<bezel name="1.0" element="led"><bounds x="0"  y="13" width="1" height="1" /></bezel>
		<bezel name="1.1" element="led"><bounds x="4"  y="13" width="1" height="1" /></bezel>
		<bezel name="1.2" element="led"><bounds x="8"  y="13" width="1" height="1" /></bezel>
		<bezel name="1.3" element="led"><bounds x="12" y="13" width="1" height="1" /></bezel>
		<bezel name="1.4" element="led"><bounds x="16" y="13" width="1" height="1" /></bezel>
		<bezel name="1.5" element="led"><bounds x="20" y="13" width="1" height="1" /></bezel>
		<bezel name="1.6" element="led"><bounds x="24" y="13" width="1" height="1" /></bezel>
		<bezel name="1.7" element="led"><bounds x="28" y="13" width="1" height="1" /></bezel>

		<bezel name="2.0" element="led"><bounds x="0"  y="16" width="1" height="1" /></bezel>
		<bezel name="2.1" element="led"><bounds x="4"  y="16" width="1" height="1" /></bezel>
		<bezel name="2.2" element="led"><bounds x="8"  y="16" width="1" height="1" /></bezel>
		<bezel name="2.3" element="led"><bounds x="12" y="16" width="1" height="1" /></bezel>
		<bezel name="2.4" element="led"><bounds x="16" y="16" width="1" height="1" /></bezel>
		<bezel name="2.5" element="led"><bounds x="20" y="16" width="1" height="1" /></bezel>
		<bezel name="2.6" element="led"><bounds x="24" y="16" width="1" height="1" /></bezel>
		<bezel name="2.7" element="led"><bounds x="28" y="16" width="1" height="1" /></bezel>

		<bezel name="3.0" element="led"><bounds x="0"  y="19" width="1" height="1" /></bezel>
		<bezel name="3.1" element="led"><bounds x="4"  y="19" width="1" height="1" /></bezel>
		<bezel name="3.2" element="led"><bounds x="8"  y="19" width="1" height="1" /></bezel>
		<bezel name="3.3" element="led"><bounds x="12" y="19" width="1" height="1" /></bezel>
		<bezel name="3.4" element="led"><bounds x="16" y="19" width="1" height="1" /></bezel>
		<bezel name="3.5" element="led"><bounds x="20" y="19" width="1" height="1" /></bezel>
		<bezel name="3.6" element="led"><bounds x="24" y="19" width="1" height="1" /></bezel>
		<bezel name="3.7" element="led"><bounds x="28" y="19" width="1" height="1" /></bezel>

		<bezel name="4.0" element="led"><bounds x="0"  y="22" width="1" height="1" /></bezel>
		<bezel name="4.1" element="led"><bounds x="4"  y="22" width="1" height="1" /></bezel>
		<bezel name="4.2" element="led"><bounds x="8"  y="22" width="1" height="1" /></bezel>
		<bezel name="4.3" element="led"><bounds x="12" y="22" width="1" height="1" /></bezel>
		<bezel name="4.4" element="led"><bounds x="16" y="22" width="1" height="1" /></bezel>
		<bezel name="4.5" element="led"><bounds x="20" y="22" width="1" height="1" /></bezel>
		<bezel name="4.6" element="led"><bounds x="24" y="22" width="1" height="1" /></bezel>
		<bezel name="4.7" element="led"><bounds x="28" y="22" width="1" height="1" /></bezel>

	</view>
</mamelayout>