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

<!-- define elements -->

	<element name="lcdw"><rect><color red="1" green="1" blue="1" /></rect></element>
	<element name="lcdm"><rect><color red="0.36" green="0.42" blue="0.42" /></rect></element>
	<element name="lcda"><rect><color red="0.20" green="0.16" blue="0.17" /></rect></element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="0" right="59" top="0" bottom="35" />

		<element ref="lcdw"><bounds x="0" y="0" width="59" height="35" /></element>
		<screen index="0"><bounds x="5" y="1" width="49" height="33" /></screen>
		<element ref="lcdm" blend="multiply"><bounds x="0" y="0" width="59" height="35" /></element>
		<element ref="lcda" blend="add"><bounds x="0" y="0" width="59" height="35" /></element>
	</view>

</mamelayout>