summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/layout/triphsxs.lay
blob: 214b5ae87f0fb62da77979626fbaae3cb9c0250f (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
<?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.03" y="0" width="4" height="3" />
		</screen>
		<screen index="2">
			<bounds x="8.06" y="0" width="4" height="3" />
		</screen>
	</view>

	<view name="Triple 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>
	</view>
</mamelayout>