summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/ti25503.lay
blob: fd55bcf1c80c6fe7dc51b16c28b2cc349af1d96c (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
<?xml version="1.0"?>
<mamelayout version="2">

<!-- define elements -->

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


<!-- build screen -->

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

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

	</view>
</mamelayout>