summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/gnw_dualv.lay
blob: 0d35b3c09c41124a2b5173e2914688e8dbeb1bc6 (plain) (tree)

































                                                                                                    
<?xml version="1.0"?>
<mamelayout version="2">

	<view name="Screen 0 Pixel Aspect (~scr0nativexaspect~:~scr0nativeyaspect~)">
		<screen index="0">
			<bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
		</screen>
	</view>

	<view name="Screen 1 Pixel Aspect (~scr1nativexaspect~:~scr1nativeyaspect~)">
		<screen index="1">
			<bounds left="0" top="0" right="~scr1width~" bottom="~scr1height~" />
		</screen>
	</view>

	<view name="Dual Over-Under">
		<screen index="0">
			<bounds x="0" y="-~scr0height~" width="~scr0width~" height="~scr0height~" />
		</screen>
		<screen index="1">
			<bounds x="0" y="40" width="~scr1width~" height="~scr1height~" />
		</screen>
	</view>

	<view name="Dual Over-Under (Gapless)">
		<screen index="0">
			<bounds x="0" y="-~scr0height~" width="~scr0width~" height="~scr0height~" />
		</screen>
		<screen index="1">
			<bounds x="0" y="-1" width="~scr1width~" height="~scr1height~" />
		</screen>
	</view>

</mamelayout>