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

<!-- define elements -->

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

	<element name="triangle_mark" defstate="0">
		<text state="0" string="&#x25bc;"><color red="0.0235" green="0.1255" blue="0.1059" /></text>
		<text state="1" string="&#x25bc;"><color red="0.2" green="1.0" blue="0.85" /></text>
	</element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="0" right="109" top="0" bottom="19" />

	<!-- 10 digits (snread doesn't use the last digit) -->

		<bezel name="digit0" element="digit"><bounds x="0" y="4" width="10" height="15" /></bezel>
		<bezel name="digit1" element="digit"><bounds x="11" y="4" width="10" height="15" /></bezel>
		<bezel name="digit2" element="digit"><bounds x="22" y="4" width="10" height="15" /></bezel>
		<bezel name="digit3" element="digit"><bounds x="33" y="4" width="10" height="15" /></bezel>
		<bezel name="digit4" element="digit"><bounds x="44" y="4" width="10" height="15" /></bezel>
		<bezel name="digit5" element="digit"><bounds x="55" y="4" width="10" height="15" /></bezel>
		<bezel name="digit6" element="digit"><bounds x="66" y="4" width="10" height="15" /></bezel>
		<bezel name="digit7" element="digit"><bounds x="77" y="4" width="10" height="15" /></bezel>
		<bezel name="digit8" element="digit"><bounds x="88" y="4" width="10" height="15" /></bezel>
		<bezel name="digit13" element="digit"><bounds x="99" y="4" width="10" height="15" /></bezel>

		<bezel name="0.14" element="triangle_mark"><bounds x="4" y="0" width="4" height="3" /></bezel>
		<bezel name="1.14" element="triangle_mark"><bounds x="15" y="0" width="4" height="3" /></bezel>
		<bezel name="2.14" element="triangle_mark"><bounds x="26" y="0" width="4" height="3" /></bezel>
		<bezel name="3.14" element="triangle_mark"><bounds x="37" y="0" width="4" height="3" /></bezel>
		<bezel name="4.14" element="triangle_mark"><bounds x="48" y="0" width="4" height="3" /></bezel>
		<bezel name="5.14" element="triangle_mark"><bounds x="59" y="0" width="4" height="3" /></bezel>
		<bezel name="6.14" element="triangle_mark"><bounds x="70" y="0" width="4" height="3" /></bezel>
		<bezel name="7.14" element="triangle_mark"><bounds x="81" y="0" width="4" height="3" /></bezel>
		<bezel name="8.14" element="triangle_mark"><bounds x="92" y="0" width="4" height="3" /></bezel>
		<bezel name="13.14" element="triangle_mark"><bounds x="103" y="0" width="4" height="3" /></bezel>

	</view>
</mamelayout>