summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/v4psi.lay
blob: b6b9c476bd4a711cfff1acffe392638160e38ad8 (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
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="1" bottom="0.12" />
			<color red="0.055" green="0.43" blue="0.04" />
		</rect>
		<rect>
			<bounds left="0" top="0.12" right="1" bottom="0.85" />
			<color red="0.66" green="0.65" blue="0.05" />
		</rect>
		<rect>
			<bounds left="0" top="0.85" right="1" bottom="1.0" />
			<color red="0.69" green="0.28" blue="0.00" />
		</rect>
	</element>

	<view name="Monitor with Overlay">
		<screen index="0">
			<bounds x="0" y="0" width="504" height="296" />
		</screen>
		<element ref="overlay" blend="multiply">
			<bounds x="0" y="0" width="504" height="296" />
		</element>

	</view>
</mamelayout>