summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/cdi.lay
blob: d6d2e8c6d83f7c21407af1bb1795b45418d509e6 (plain) (tree)



































                                                                                             
<?xml version="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>