blob: 85ca5f48c1e817a228aa0d9841bfdfcfea278956 (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<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>
|