summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/svision.lay
blob: 1d37cd78ec230e2028dee1fb8bfc563d6d8e2259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
	<view name="HANDHELD(LCD)">
		<screen index="0">
			<bounds left="0" top="0" right="1" bottom="1" />
		</screen>
	</view>
	<view name="TVLINK PAL-Ratio">
		<screen index="0">
			<bounds left="0" top="0" right="113" bottom="78" />
		</screen>
	</view>
	<view name="TVLINK NTSC-Ratio">
		<screen index="0">
			<bounds left="0" top="0" right="118" bottom="100" />
		</screen>
	</view>
</mamelayout>