summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/pcw.lay
blob: a7d580b4d55e8977fa91b74e1de50cf28085b2cd (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
<?xml version="1.0"?>
<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>