summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/monzagp.lay
blob: cf5ed9a97b1d5dc3e31ee0a0d07a2197087725e2 (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
	<element name="digit" defstate="0">
		<led7seg>
			<color red="1.0" green="0.0" blue="0.0" />
		</led7seg>
	</element>

	<view name="Default Layout">
		<screen index="0">
			<bounds x="0" y="160" width="300" height="400" />
		</screen>

		<!-- best scores 1 -->
		<element name="digit33" ref="digit">
			<bounds x="10" y="10"  width="15" height="22" />
		</element>
		<element name="digit13" ref="digit">
			<bounds x="30" y="10"  width="15" height="22" />
		</element>
		<element name="digit23" ref="digit">
			<bounds x="50" y="10"  width="15" height="22" />
		</element>
		<element name="digit03" ref="digit">
			<bounds x="70" y="10"  width="15" height="22" />
		</element>

		<!-- best scores 2 -->
		<element name="digit30" ref="digit">
			<bounds x="10" y="40"  width="15" height="22" />
		</element>
		<element name="digit10" ref="digit">
			<bounds x="30" y="40"  width="15" height="22" />
		</element>
		<element name="digit20" ref="digit">
			<bounds x="50" y="40"  width="15" height="22" />
		</element>
		<element name="digit00" ref="digit">
			<bounds x="70" y="40"  width="15" height="22" />
		</element>

		<!-- best scores 3 -->
		<element name="digit34" ref="digit">
			<bounds x="10" y="70"  width="15" height="22" />
		</element>
		<element name="digit14" ref="digit">
			<bounds x="30" y="70"  width="15" height="22" />
		</element>
		<element name="digit24" ref="digit">
			<bounds x="50" y="70"  width="15" height="22" />
		</element>
		<element name="digit04" ref="digit">
			<bounds x="70" y="70"  width="15" height="22" />
		</element>

		<!-- best scores 4 -->
		<element name="digit32" ref="digit">
			<bounds x="10" y="100"  width="15" height="22" />
		</element>
		<element name="digit12" ref="digit">
			<bounds x="30" y="100"  width="15" height="22" />
		</element>
		<element name="digit22" ref="digit">
			<bounds x="50" y="100"  width="15" height="22" />
		</element>
		<element name="digit02" ref="digit">
			<bounds x="70" y="100"  width="15" height="22" />
		</element>

		<!-- best scores 5 -->
		<element name="digit36" ref="digit">
			<bounds x="10" y="130"  width="15" height="22" />
		</element>
		<element name="digit16" ref="digit">
			<bounds x="30" y="130"  width="15" height="22" />
		</element>
		<element name="digit26" ref="digit">
			<bounds x="50" y="130"  width="15" height="22" />
		</element>
		<element name="digit06" ref="digit">
			<bounds x="70" y="130"  width="15" height="22" />
		</element>

		<!-- time racing -->
		<element name="digit25" ref="digit">
			<bounds x="140" y="130"  width="15" height="22" />
		</element>
		<element name="digit05" ref="digit">
			<bounds x="160" y="130"  width="15" height="22" />
		</element>

		<!-- your score -->
		<element name="digit31" ref="digit">
			<bounds x="220" y="10"  width="15" height="22" />
		</element>
		<element name="digit11" ref="digit">
			<bounds x="240" y="10"  width="15" height="22" />
		</element>
		<element name="digit21" ref="digit">
			<bounds x="260" y="10"  width="15" height="22" />
		</element>
		<element name="digit01" ref="digit">
			<bounds x="280" y="10"  width="15" height="22" />
		</element>
	</view>
</mamelayout>