blob: 794967398f353c9be9f4ee3f8a60dec60c713a0f (
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
|
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Standard (3:4)">
<screen index="0">
<bounds left="0" top="0" right="3" bottom="4" />
</screen>
</view>
<view name="Pixel Aspect (~scr0nativeyaspect~:~scr0nativexaspect~)">
<screen index="0">
<bounds left="0" top="0" right="~scr0height~" bottom="~scr0width~" />
</screen>
</view>
<view name="Cocktail">
<screen index="0">
<bounds x="-3.03" y="0" width="3" height="4" />
<orientation rotate="180" />
</screen>
<screen index="0">
<bounds x="0" y="0" width="3" height="4" />
</screen>
</view>
<element name="dbgdis">
</element>
<view name="Debug">
<screen index="0">
<bounds left="0" top="0" right="3" bottom="4" />
</screen>
<bezel element="dbgdis">
<bounds x="-2.5" y="0" width="8" height="6" />
</bezel>
</view>
</mamelayout>
|