summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/lantutor.lay
blob: 2bb1fb677abd632abc9585c9d36bee906e819abf (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 -->

<!-- note: the TI Language Tutor 14seg digits look different from MAME's default, most notably the right half is wider -->

	<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="v"><color red="0.0235" green="0.1255" blue="0.1059" /></text>
		<text state="1" string="v"><color red="0.2" green="1.0" blue="0.85" /></text>
	</element>


<!-- build screen -->

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

		<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="lamp14" element="triangle_mark"><bounds x="4" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp114" element="triangle_mark"><bounds x="15" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp214" element="triangle_mark"><bounds x="26" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp314" element="triangle_mark"><bounds x="37" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp414" element="triangle_mark"><bounds x="48" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp514" element="triangle_mark"><bounds x="59" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp614" element="triangle_mark"><bounds x="70" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp714" element="triangle_mark"><bounds x="81" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp814" element="triangle_mark"><bounds x="92" y="0" width="4" height="3" /></bezel>
		<bezel name="lamp1314" element="triangle_mark"><bounds x="103" y="0" width="4" height="3" /></bezel>

	</view>
</mamelayout>