blob: f014438c95164a7c0b1b2f65caa89507930f6bc2 (
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"?>
<!--
license:CC0
-->
<mamelayout version="2">
<view name="Monitor only">
<screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
</view>
<view name="Printer only">
<screen index="1">
<bounds left="0" top="0" right="1" bottom="1" />
</screen>
</view>
<view name="Both Monitor and Printer">
<screen index="0">
<bounds left="0" top="20" right="40" bottom="50" />
</screen>
<screen index="1">
<bounds left="0" top="0" right="40" bottom="20" />
</screen>
</view>
</mamelayout>
|