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



                                                               

                        
 
                                



















































                                                                            
                                       
 
                                          
                                                                            

                                            
                                                                            
                          
 
                                       
                                                                             
                          
 
                                                   
                                                                             

                                                   
                                                                             

                                                   
                                                                             

                                                   
                                                                             

                                                   
                                                                             

                                                   
                                                                             

                                                   
                                                                             
                          

 
                               
 
                                          
                                                                               

                                            
                                                                               
                          
 
                                           
                                                                                
                          
 
                                                    
                                                                               

                                                    
                                                                               
                          

 

                                                                                                
 
                                          
                                                                               

                                            
                                                                               
                          
 
                                         
                                                                                
                          
 
                                                    
                                                                               
                          

 
                              
 
                                          
                                                                               

                                            
                                                                               
                          
 
                                          
                                                                                
                          
 
                                                    
                                                                               

                                                    
                                                                               
                          

 
                                       
 
                                          
                                                                               

                                            
                                                                               
                          
 
                                       
                                                                                
                          
 
                                                   
                                                                               

                                                   
                                                                               

                                                   
                                                                               

                                                    
                                                                               

                                                    
                                                                               

                                                    
                                                                               

                                                    
                                                                               
                          

               

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

Mini Flipper cabinet, used by Tecfri versions of Pinball Action
based on Speed Ball layout, which used a similar cabinet
-->
<mamelayout version="2">


	<!-- define elements -->

	<element name="static_black">
		<rect>
			<color red="0.0" green="0.0" blue="0.0" />
		</rect>
	</element>
	<element name="static_red">
		<rect>
			<color red="0.6" green="0.2" blue="0.2" />
		</rect>
	</element>

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

	<element name="text_p1">
		<text string="1 PLAYER">
			<color red="1.0" green="1.0" blue="1.0" />
		</text>
	</element>
	<element name="text_p2">
		<text string="2 PLAYER">
			<color red="1.0" green="1.0" blue="1.0" />
		</text>
	</element>
	<element name="text_credit">
		<text string="CREDIT">
			<color red="1.0" green="1.0" blue="1.0" />
		</text>
	</element>
	<element name="text_ball">
		<text string="BALL">
			<color red="1.0" green="1.0" blue="1.0" />
		</text>
	</element>
	<element name="text_bonus">
		<text string="BONUS">
			<color red="1.0" green="1.0" blue="1.0" />
		</text>
	</element>

	<view name="Simple LEDs">
		<bounds left="0" right="300" top="-35" bottom="400" />

		<screen index="0">
			<bounds left="0" top="0" right="300" bottom="400" />
		</screen>


		<!-- player 1 score -->

		<element ref="static_red">
			<bounds left="4" top="-23" right="86" bottom="-5" />
		</element>
		<element ref="static_black">
			<bounds left="5" top="-22" right="85" bottom="-6" />
		</element>

		<element ref="text_p1">
			<bounds left="4" top="-34" right="86" bottom="-25" />
		</element>

		<element name="digit0" ref="digit">
			<bounds left="10" top="-20" right="20" bottom="-8" />
		</element>
		<element name="digit1" ref="digit">
			<bounds left="20" top="-20" right="30" bottom="-8" />
		</element>
		<element name="digit2" ref="digit">
			<bounds left="30" top="-20" right="40" bottom="-8" />
		</element>
		<element name="digit3" ref="digit">
			<bounds left="40" top="-20" right="50" bottom="-8" />
		</element>
		<element name="digit4" ref="digit">
			<bounds left="50" top="-20" right="60" bottom="-8" />
		</element>
		<element name="digit5" ref="digit">
			<bounds left="60" top="-20" right="70" bottom="-8" />
		</element>
		<element name="digit6" ref="digit">
			<bounds left="70" top="-20" right="80" bottom="-8" />
		</element>


		<!-- credit -->

		<element ref="static_red">
			<bounds left="104" top="-23" right="136" bottom="-5" />
		</element>
		<element ref="static_black">
			<bounds left="105" top="-22" right="135" bottom="-6" />
		</element>

		<element ref="text_credit">
			<bounds left="104" top="-34" right="136" bottom="-25" />
		</element>

		<element name="digit15" ref="digit">
			<bounds left="110" top="-20" right="120" bottom="-8" />
		</element>
		<element name="digit16" ref="digit">
			<bounds left="120" top="-20" right="130" bottom="-8" />
		</element>


		<!-- ball -->
		<!-- note: digit14 (before credit) and digit17 (before ball) are left unused -->

		<element ref="static_red">
			<bounds left="139" top="-23" right="161" bottom="-5" />
		</element>
		<element ref="static_black">
			<bounds left="140" top="-22" right="160" bottom="-6" />
		</element>

		<element ref="text_ball">
			<bounds left="139" top="-34" right="161" bottom="-25" />
		</element>

		<element name="digit18" ref="digit">
			<bounds left="145" top="-20" right="155" bottom="-8" />
		</element>


		<!-- bonus -->

		<element ref="static_red">
			<bounds left="164" top="-23" right="196" bottom="-5" />
		</element>
		<element ref="static_black">
			<bounds left="165" top="-22" right="195" bottom="-6" />
		</element>

		<element ref="text_bonus">
			<bounds left="164" top="-34" right="196" bottom="-25" />
		</element>

		<element name="digit19" ref="digit">
			<bounds left="170" top="-20" right="180" bottom="-8" />
		</element>
		<element name="digit20" ref="digit">
			<bounds left="180" top="-20" right="190" bottom="-8" />
		</element>


		<!-- player 2 score -->

		<element ref="static_red">
			<bounds left="214" top="-23" right="296" bottom="-5" />
		</element>
		<element ref="static_black">
			<bounds left="215" top="-22" right="295" bottom="-6" />
		</element>

		<element ref="text_p2">
			<bounds left="214" top="-34" right="296" bottom="-25" />
		</element>

		<element name="digit7" ref="digit">
			<bounds left="220" top="-20" right="230" bottom="-8" />
		</element>
		<element name="digit8" ref="digit">
			<bounds left="230" top="-20" right="240" bottom="-8" />
		</element>
		<element name="digit9" ref="digit">
			<bounds left="240" top="-20" right="250" bottom="-8" />
		</element>
		<element name="digit10" ref="digit">
			<bounds left="250" top="-20" right="260" bottom="-8" />
		</element>
		<element name="digit11" ref="digit">
			<bounds left="260" top="-20" right="270" bottom="-8" />
		</element>
		<element name="digit12" ref="digit">
			<bounds left="270" top="-20" right="280" bottom="-8" />
		</element>
		<element name="digit13" ref="digit">
			<bounds left="280" top="-20" right="290" bottom="-8" />
		</element>

	</view>

</mamelayout>