summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/layout/play_2.lay
blob: 52ec3e93cc3cb7f3b14525054d3d6da4ca12ef1b (plain) (tree)
1
2
3
4
5
                     
    
               

                          








                                                                  







                                                                                                                









                                                                               
                                    
                                                                     



                                       



                                                                             

                                       



                                                                               

                                       



                                                                               

                                       



                                                                               

                                          
                                                   
                                                                              

                                                    
                                                                              

                                                    
                                                                               

                                                    
                                                                                

                                                    
                                                                                

                                                    
                                                                                
                          
 






                                                                                                    

               
<?xml version="1.0"?>
<!--
license:CC0-1.0
copyright-holders:Robbbert
-->

<mamelayout version="2">

	<element name="digit" defstate="0">
		<led7seg>
			<color red="1.0" green="0.0" blue="0.0" />
		</led7seg>
	</element>

	<element name="P0"><text string="Ball/Match"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P1"><text string="Credits"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P2"><text string="Extra"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P3"><text string="Player 1"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P4"><text string="Player 2"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P5"><text string="Player 3"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="P6"><text string="Player 4"><color red="1.0" green="1.0" blue="1.0" /></text></element>

	<group name="score">
		<repeat count="6">
			<param name="n" start="~s~" increment="10" />
			<param name="x" start="0" increment="44" />
			<element name="digit~n~" ref="digit">
				<bounds x="~x~" y="0" width="34" height="39" />
			</element>
		</repeat>
	</group>

	<view name="Default Layout">
		<bounds left="0" top="20" right="274" bottom="394" />

		<!-- LEDs -->

		<!-- Player 1 Score -->
		<param name="s" value="0" />
		<group ref="score">
			<bounds left="10" top="45" right="264" bottom="84" />
		</group>

		<!-- Player 2 Score -->
		<param name="s" value="1" />
		<group ref="score">
			<bounds left="10" top="105" right="264" bottom="144" />
		</group>

		<!-- Player 3 Score -->
		<param name="s" value="2" />
		<group ref="score">
			<bounds left="10" top="165" right="264" bottom="204" />
		</group>

		<!-- Player 4 Score -->
		<param name="s" value="3" />
		<group ref="score">
			<bounds left="10" top="225" right="264" bottom="264" />
		</group>

		<!-- Credits and Balls -->
		<element name="digit4" ref="digit">
			<bounds left="10" top="345" right="44" bottom="384" />
		</element>
		<element name="digit14" ref="digit">
			<bounds left="54" top="345" right="88" bottom="384" />
		</element>
		<element name="digit24" ref="digit">
			<bounds left="98" top="345" right="132" bottom="384" />
		</element>
		<element name="digit34" ref="digit">
			<bounds left="142" top="345" right="176" bottom="384" />
		</element>
		<element name="digit44" ref="digit">
			<bounds left="186" top="345" right="220" bottom="384" />
		</element>
		<element name="digit54" ref="digit">
			<bounds left="230" top="345" right="264" bottom="384" />
		</element>

		<element ref="P0"><bounds left="60" right="130" top="330" bottom="342" /></element>
		<element ref="P1"><bounds left="200" right="260" top="330" bottom="342" /></element>
		<element ref="P2"><bounds left="10" right="48" top="330" bottom="342" /></element>
		<element ref="P3"><bounds left="100" right="180" top="30" bottom="42" /></element>
		<element ref="P4"><bounds left="100" right="180" top="90" bottom="102" /></element>
		<element ref="P5"><bounds left="100" right="180" top="150" bottom="162" /></element>
		<element ref="P6"><bounds left="100" right="180" top="210" bottom="222" /></element>
	</view>
</mamelayout>