summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/lynx.lay
blob: 36b55f59af1de7670456219b7615c9fab70e764f (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"?>
<!--
license:CC0
-->
<mamelayout version="2">
	<view name="Standard">
		<screen index="0">
			<bounds left="0" top="0" right="36" bottom="23" />
		</screen>
	</view>
	<view name="Rotated Right">
		<screen index="0">
			<bounds left="0" top="0" right="23" bottom="36" />
			<orientation rotate="90" />
		</screen>
	</view>
	<view name="Rotated Left">
		<screen index="0">
			<bounds left="0" top="0" right="23" bottom="36" />
			<orientation rotate="270" />
		</screen>
	</view>
</mamelayout>