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

                                                                                                                       
                                          





                                                                      

               
 










                                                                                                                                             
 



                                                           
 

             
<?xml version="1.0"?>
<!--
license:CC0-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>