summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/flicker.lay
blob: 9b9513e0bc379f9a66d0587cfcee09cb04ea6701 (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
<?xml version="1.0"?>
<!--
license:CC0
copyright-holders:Robbbert
-->
<mamelayout version="2">

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

	<element name="P0"><text string="Ball"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P1"><text string="Credits"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P2"><text string="Match"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P3"><text state="1" string="Player 1"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P4"><text state="1" string="Player 2"><color red="1.0" green="1.0" blue="1.0" /></text></element>

	<view name="Default Layout">
		<bounds left="0" top="0" right="674" bottom="194" />

		<!-- LEDs -->
		<element name="digit15" ref="digit">
			<bounds left="10" top="45" right="44" bottom="84" />
		</element>
		<element name="digit14" ref="digit">
			<bounds left="54" top="45" right="88" bottom="84" />
		</element>
		<element name="digit13" ref="digit">
			<bounds left="98" top="45" right="132" bottom="84" />
		</element>
		<element name="digit12" ref="digit">
			<bounds left="142" top="45" right="176" bottom="84" />
		</element>
		<element name="digit11" ref="digit">
			<bounds left="186" top="45" right="220" bottom="84" />
		</element>
		<element name="digit10" ref="digit">
			<bounds left="230" top="45" right="264" bottom="84" />
		</element>
		<element name="digit8" ref="digit">
			<bounds left="410" top="45" right="444" bottom="84" />
		</element>
		<element name="digit7" ref="digit">
			<bounds left="454" top="45" right="488" bottom="84" />
		</element>
		<element name="digit6" ref="digit">
			<bounds left="498" top="45" right="532" bottom="84" />
		</element>
		<element name="digit5" ref="digit">
			<bounds left="542" top="45" right="576" bottom="84" />
		</element>
		<element name="digit4" ref="digit">
			<bounds left="586" top="45" right="620" bottom="84" />
		</element>
		<element name="digit3" ref="digit">
			<bounds left="630" top="45" right="664" bottom="84" />
		</element>
		<element name="digit9" ref="digit">
			<bounds left="123" top="145" right="157" bottom="184" />
		</element>
		<element name="digit2" ref="digit">
			<bounds left="528" top="145" right="562" bottom="184" />
		</element>
		<element name="digit1" ref="digit">
			<bounds left="311" top="145" right="345" bottom="184" />
		</element>
		<element name="digit0" ref="digit">
			<bounds left="355" top="145" right="389" bottom="184" />
		</element>
		<element ref="P0"><bounds left="120" right="160" top="110" bottom="135" /></element>
		<element ref="P1"><bounds left="320" right="380" top="110" bottom="135" /></element>
		<element ref="P2"><bounds left="520" right="570" top="110" bottom="135" /></element>
		<element name="out60" ref="P3"><bounds left="100" right="200" top="10" bottom="35" /></element>
		<element name="out61" ref="P4"><bounds left="500" right="600" top="10" bottom="35" /></element>
	</view>
</mamelayout>