summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/tisr16.lay
blob: d7735a6e558a36eed50cca7e9276eaab42a26a31 (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
<?xml version="1.0"?>
<!--
license:CC0-1.0
authors:hap
-->
<mamelayout version="2">

<!-- note: the digits were very small, wide space between them, and not the same style as (MAME's-)default -->

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

	<view name="Internal Layout">
		<bounds left="0" right="120" top="0" bottom="15" />

		<element name="digit10" ref="digit">
			<bounds x="0" y="0" width="10" height="15" />
		</element>
		<element name="digit9" ref="digit">
			<bounds x="10" y="0" width="10" height="15" />
		</element>
		<element name="digit8" ref="digit">
			<bounds x="20" y="0" width="10" height="15" />
		</element>
		<element name="digit7" ref="digit">
			<bounds x="30" y="0" width="10" height="15" />
		</element>
		<element name="digit6" ref="digit">
			<bounds x="40" y="0" width="10" height="15" />
		</element>
		<element name="digit5" ref="digit">
			<bounds x="50" y="0" width="10" height="15" />
		</element>
		<element name="digit4" ref="digit">
			<bounds x="60" y="0" width="10" height="15" />
		</element>
		<element name="digit3" ref="digit">
			<bounds x="70" y="0" width="10" height="15" />
		</element>
		<element name="digit2" ref="digit">
			<bounds x="80" y="0" width="10" height="15" />
		</element>
		<element name="digit11" ref="digit">
			<bounds x="90" y="0" width="10" height="15" />
		</element>
		<element name="digit1" ref="digit">
			<bounds x="100" y="0" width="10" height="15" />
		</element>
		<element name="digit0" ref="digit">
			<bounds x="110" y="0" width="10" height="15" />
		</element>

	</view>
</mamelayout>