blob: 9da0a308f83a0955435703991dbfb5451fbde3b5 (
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
63
64
65
66
67
68
69
70
71
72
73
74
|
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Screen 0 Standard (4:3)">
<screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
</view>
<view name="Screen 1 Standard (4:3)">
<screen index="1">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
</view>
<view name="Screen 0 Pixel Aspect (~scr0nativexaspect~:~scr0nativeyaspect~)">
<screen index="0">
<bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
</screen>
</view>
<view name="Screen 1 Pixel Aspect (~scr1nativexaspect~:~scr1nativeyaspect~)">
<screen index="1">
<bounds left="0" top="0" right="~scr1width~" bottom="~scr1height~" />
</screen>
</view>
<view name="Dual Over-Under">
<screen index="0">
<bounds x="0" y="-3.03" width="4" height="3" />
</screen>
<screen index="1">
<bounds x="0" y="0" width="4" height="3" />
</screen>
</view>
<view name="Dual Over-Under (Gapless)">
<screen index="0">
<bounds x="0" y="-3" width="4" height="3" />
</screen>
<screen index="1">
<bounds x="0" y="0" width="4" height="3" />
</screen>
</view>
<view name="Dual 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>
</view>
<view name="Dual 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>
</view>
<view name="Cocktail">
<screen index="1">
<bounds x="0" y="-3.03" width="4" height="3" />
<orientation rotate="180" />
</screen>
<screen index="0">
<bounds x="0" y="0" width="4" height="3" />
</screen>
</view>
</mamelayout>
|