summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/escmars.lay
blob: 5b4d25bf0c81d1c3ddeb06e53fa0079f3d9a7359 (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"?>
<mamelayout version="2">
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="224" bottom="40" />
			<color red="0.125" green="1" blue="0.125" />
		</rect>
		<rect>
			<bounds left="0" top="40" right="224" bottom="180" />
			<color red="1" green="0.5" blue="0.0625" />
		</rect>
		<rect>
			<bounds left="0" top="180" right="224" bottom="240" />
			<color red="1" green="0.125" blue="0.125" />
		</rect>
		<rect>
			<bounds left="0" top="240" right="224" bottom="260" />
			<color red="0.125" green="1" blue="0.125" />
		</rect>
	</element>

	<view name="Color_Overlay">
		<screen index="0">
			<bounds x="0" y="0" width="3" height="4" />
		</screen>
		<overlay element="overlay">
			<bounds x="0" y="0" width="3" height="4" />
		</overlay>
	</view>
</mamelayout>