summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/lynx.lay
blob: d8f4088f207a0e8b9240cd9ad22b00c7164c297d (plain) (tree)
1
2
3
4
                     
    
               
   


















                                                                          
<?xml version="1.0"?>
<!--
license:CC0-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>