blob: b7a4f82f75a5572e27224355abdca31dc0144b6d (
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
|
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
<view name="4:3 Standard">
<screen tag="screen">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
</view>
<view name="3:4 Portrait">
<screen tag="screen">
<bounds left="0" top="0" right="3" bottom="4" />
</screen>
</view>
<view name="5:4 Two-Page">
<screen tag="screen">
<bounds left="0" top="0" right="5" bottom="4" />
</screen>
</view>
<view name="16:9 Widescreen">
<screen tag="screen">
<bounds left="0" top="0" right="16" bottom="9" />
</screen>
</view>
<view name="21:9 UltraWide">
<screen tag="screen">
<bounds left="0" top="0" right="21" bottom="9" />
</screen>
</view>
<view name="32:9 Super UltraWide">
<screen tag="screen">
<bounds left="0" top="0" right="32" bottom="9" />
</screen>
</view>
<view name="1:1 Air Traffic Control">
<screen tag="screen">
<bounds left="0" top="0" right="32" bottom="9" />
</screen>
</view>
</mamelayout>
|