summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/sfiii2.lay
blob: d35b2c83279b9edf3e92177f63df3fb982a90ed4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<mamelayout version="2">

<!-- Screen mode is configured in Test Menu -> Configuration -> Game -> Screen Mode -->

	<view name="Normal (4:3)">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>
	</view>
	<view name="Wide (16:9)">
		<screen index="0">
			<bounds left="0" top="0" right="16" bottom="9" />
		</screen>
	</view>
</mamelayout>