summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/sms1.lay
blob: f7524f526404db794150e03c2919cd571ae5e97f (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                
                                                                                 

                                                                                                              



                                                                        























































                                                                                                
<?xml version="1.0"?>
<mamelayout version="2">
	<view name="Main Screen Standard (4:3)">
		<!-- workaround for MAME selecting a 3-screen view by default -->
		<screen index="1"><bounds left="0" top="0" right="4" bottom="3" /><color alpha="0" /></screen>
		<screen index="2"><bounds left="0" top="0" right="4" bottom="3" /><color alpha="0" /></screen>

		<screen index="0">
			<bounds left="0" top="0" right="4" bottom="3" />
		</screen>
	</view>

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

	<view name="SegaScope Right LCD Standard (4:3)">
		<screen index="2">
			<bounds left="0" top="0" right="4" 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="SegaScope Left LCD Aspect (~scr1nativexaspect~:~scr1nativeyaspect~)">
		<screen index="1">
			<bounds left="0" top="0" right="~scr1width~" bottom="~scr1height~" />
		</screen>
	</view>

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

	<view name="Main Screen">
		<screen index="0">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
	</view>

	<view name="SegaScope 3-D Glasses">
		<screen index="1">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
		<screen index="2">
			<bounds x="4.03" y="0" width="4" height="3" />
		</screen>
	</view>

	<view name="SegaScope 3-D Glasses (Gapless)">
		<screen index="1">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
		<screen index="2">
			<bounds x="4" y="0" width="4" height="3" />
		</screen>
	</view>
</mamelayout>