summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/darius.lay
blob: 7f2050586735363adfb5615a7dde35a712f4e346 (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
<?xml version="1.0"?>
<mamelayout version="2">
	<view name="Triple Side-by-Side">
		<screen index="0">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
		<screen index="1">
			<bounds x="4" y="0" width="4" height="3" />
		</screen>
		<screen index="2">
			<bounds x="8" y="0" width="4" height="3" />
		</screen>
	</view>

	<view name="Left Half">
		<bounds x="0" y="0" width="6" height="3" />
		<screen index="0">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
		<screen index="1">
			<bounds x="4" y="0" width="4" height="3" />
		</screen>
	</view>

	<view name="Right Half">
		<bounds x="6" y="0" width="6" height="3" />
		<screen index="1">
			<bounds x="4" y="0" width="4" height="3" />
		</screen>
		<screen index="2">
			<bounds x="8" y="0" width="4" height="3" />
		</screen>
	</view>
</mamelayout>