summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/mulcd.lay
blob: f4144844502b21766ee2f9954e92b918875d2631 (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
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">

<!-- define elements -->

	<element name="led" defstate="0">
		<disk state="0"><color red="0.07" green="0.1" blue="0.02" /></disk>
		<disk state="1"><color red="0.7" green="1.0" blue="0.2" /></disk>
	</element>

	<element name="lcda" defstate="0">
		<rect>
			<color state="0" red="0" green="0" blue="0" />
			<color state="7" red="0.95" green="0.95" blue="0.95" />
		</rect>
	</element>

	<element name="lcdm"><rect><color red="0.7" green="1.0" blue="0.2" /></rect></element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds x="0" y="0" width="121" height="30.21" />

		<screen index="0"><bounds x="0" y="0" width="100" height="30.21" /></screen>
		<element name="contrast" ref="lcda" blend="add"><bounds x="0" y="0" width="100" height="30.21" /></element>
		<element ref="lcdm" blend="multiply"><bounds x="0" y="0" width="100" height="30.21" /></element>

		<element name="LED0" ref="led"><bounds x="104" y="2" width="4" height="4" /></element>
		<element name="LED1" ref="led"><bounds x="113" y="2" width="4" height="4" /></element>
		<element name="LED2" ref="led"><bounds x="104" y="13" width="4" height="4" /></element>
		<element name="LED3" ref="led"><bounds x="113" y="13" width="4" height="4" /></element>
		<element name="LED4" ref="led"><bounds x="104" y="24" width="4" height="4" /></element>
		<element name="LED5" ref="led"><bounds x="113" y="24" width="4" height="4" /></element>

	</view>

</mamelayout>