summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/seabattl.lay
blob: 39422dcda0a6a14fcd95773a956f4a39eb77bc39 (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
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
	<element name="digit" defstate="0">
		<led7seg>
			<color red="1.0" green="0.3" blue="0.0" />
		</led7seg>
	</element>

	<!-- NOTE: layout is made up, keep it simple. -->
	<!-- It still needs to be verified with a good cabinet reference pic. -->

	<view name="Simple LEDs">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>

		<!-- score -->

		<element name="digit0" ref="digit">
			<bounds x="1.000" y="3.1" width="0.145" height="0.2" />
		</element>
		<element name="digit1" ref="digit">
			<bounds x="1.145" y="3.1" width="0.145" height="0.2" />
		</element>
		<element name="digit2" ref="digit">
			<bounds x="1.290" y="3.1" width="0.145" height="0.2" />
		</element>
		<element name="digit3" ref="digit">
			<bounds x="1.435" y="3.1" width="0.145" height="0.2" />
		</element>

		<!-- time -->

		<element name="digit4" ref="digit">
			<bounds x="2.580" y="3.1" width="0.145" height="0.2" />
		</element>
		<element name="digit5" ref="digit">
			<bounds x="2.725" y="3.1" width="0.145" height="0.2" />
		</element>

	</view>
</mamelayout>