summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/lynx.lay
blob: b5e76dc6ec222c998112ee2860cf3b647ae4c426 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<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>