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

                        

                                                                                                                       
                                          





                                                                      

               
 










                                                                                                                                             
 



                                                           
 

             
<?xml version="1.0"?>
<mamelayout version="2">
	<!-- the MAME core has no real concept of demuxing a 60hz output across 2 screens, so this is a little ugly -->

	<view name="Demultiplexed Output">
		<screen index="0">
			<bounds x="0" y="0" width="4" height="3" />
		</screen>
		<screen index="1">
			<bounds x="4.03" y="0" width="4" height="3" />
		</screen>
	</view>


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

	<view name="Second Screen">
	<!-- if we don't render the first screen then MAME never calls the update function so the data for the 2nd never gets rendered :/ -->
	<screen index="0">
		<bounds x="0" y="0" width="1" height="1" />
	</screen>

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


</mamelayout>