summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/cdi.lay
blob: c39e9bd7bc3811afc459ff9ed16dc6bf180bb755 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
	<view name="Main Screen Standard (4:3)">
		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>
	</view>

	<view name="LCD Standard (15:3)">
		<screen index="1">
			<bounds left="0" top="0" right="15" bottom="3" />
		</screen>
	</view>

	<view name="Main Screen Pixel Aspect (~scr0nativexaspect~:~scr0nativeyaspect~)">
		<screen index="0">
			<bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
		</screen>
	</view>

	<view name="LCD Pixel Aspect (~scr1nativexaspect~:~scr1nativeyaspect~)">
		<screen index="1">
			<bounds left="0" top="0" right="~scr1width~" bottom="~scr1height~" />
		</screen>
	</view>

	<view name="Main Screen + LCD">
		<screen index="1">
			<bounds x="0" y="0" width="192" height="22" />
		</screen>
		<screen index="0">
			<bounds x="0" y="22" width="384" height="288" />
		</screen>
	</view>

</mamelayout>