summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/wswan.lay
blob: e88b41e524c427f3b2d1cc38695bccd982310a20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
	<view name="Standard">
		<screen index="0">
			<bounds left="0" top="0" right="16" bottom="10" />
		</screen>
	</view>
	<view name="Rotated Left">
		<screen index="0">
			<bounds left="0" top="0" right="10" bottom="16" />
			<orientation rotate="270" />
		</screen>
	</view>
</mamelayout>