summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/gnw_dualh.lay
blob: 6f4bafb1db98ec7e1994e2f431cfc3f3a4f2c9b9 (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
<?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 Side-by-Side">
		<screen index="0">
			<bounds x="-~scr0width~" y="0" width="~scr0width~" height="~scr0height~" />
		</screen>
		<screen index="1">
			<bounds x="40" y="0" width="~scr1width~" height="~scr1height~" />
		</screen>
	</view>

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

</mamelayout>