summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/pcw.lay
blob: ccc7226c52c19e2806dc2a5b7229de3b54d4481d (plain) (tree)
1
2
3
4
                     
    
               
   





















                                                                           
<?xml version="1.0"?>
<!--
license:CC0-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>