summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/by6803.lay
blob: c1fbc67e6294cabb1391eb335df4e165378515d3 (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
<?xml version="1.0"?>
<!--
license:CC0-1.0
copyright-holders:Robbbert
-->

<mamelayout version="2">

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

	<group name="score">
		<repeat count="7">
			<param name="n" start="~s~" increment="-1" />
			<param name="x" start="0" increment="44" />
			<element name="digit~n~" ref="digit">
				<bounds x="~x~" y="0" width="34" height="39" />
			</element>
		</repeat>
	</group>

	<view name="Default Layout">
		<bounds left="0" top="20" right="318" bottom="279" />

		<!-- Player 1 Score -->
		<param name="s" value="6" />
		<group ref="score">
			<bounds left="10" top="45" right="308" bottom="84" />
		</group>

		<!-- Player 2 Score -->
		<param name="s" value="13" />
		<group ref="score">
			<bounds left="10" top="105" right="308" bottom="144" />
		</group>

		<!-- Player 3 Score -->
		<param name="s" value="26" />
		<group ref="score">
			<bounds left="10" top="165" right="308" bottom="204" />
		</group>

		<!-- Player 4 Score -->
		<param name="s" value="33" />
		<group ref="score">
			<bounds left="10" top="225" right="308" bottom="264" />
		</group>
	</view>
</mamelayout>