summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/layout/quadhsxs.lay
blob: a5a347299cb9bb596482d3ceb169404139c3db2a (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0"?>
<mamelayout version="2">
	<view name="Quad Side-by-Side">
		<screen index="0">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
		<screen index="1">
			<bounds x="4.03" y="0" width="4" height="3" />
		</screen>
		<screen index="2">
			<bounds x="8.06" y="0" width="4" height="3" />
		</screen>
		<screen index="3">
			<bounds x="12.09" y="0" width="4" height="3" />
		</screen>
	</view>

	<view name="Quad Side-by-Side (Gapless)">
		<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>
		<screen index="3">
			<bounds x="12" y="0" width="4" height="3" />
		</screen>
	</view>

	<view name="Quad 2 by 2">
		<screen index="0">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
		<screen index="1">
			<bounds x="4.03" y="0" width="4" height="3" />
		</screen>
		<screen index="2">
			<bounds x="0" y="3.03" width="4" height="3" />
		</screen>
		<screen index="3">
			<bounds x="4.03" y="3.03" width="4" height="3" />
		</screen>
	</view>

	<view name="Quad 2 by 2 (Gapless)">
		<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="0" y="3" width="4" height="3" />
		</screen>
		<screen index="3">
			<bounds x="4" y="3" width="4" height="3" />
		</screen>
	</view>
</mamelayout>