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






                                                                   
                                




                                                                  

















                                                                                                          
                                          
                                                                             

                                                   
                                                                                

                                                   
                                                                                

                                                   
                                                                                

                                                   
                                                                                

                                                   
                                                                                

                                                   
                                                                                

                                                   
                                                                                

                                                   
                                                                                

                                                   
                                                                                

                                                      
                                                                             

                                                      
                                                                             

                                                      
                                                                             

                                                      
                                                                             

                                                  
                                                                              

                                                  
                                                                              

                                                  
                                                                              

                                                  
                                                                              

                                                  
                                                                                

                                                  
                                                                                
                          

               
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
	<element name="digit">
		<led7seg>
			<color red="0.75" green="0.0" blue="0.0" />
		</led7seg>
	</element>
	<element name="red_led">
		<disk state="0">
			<color red="1.0" green="0.0" blue="0.0" />
		</disk>
	</element>
	<element name="background">
		<rect>
			<color red="0.0" green="0.0" blue="0.0" />
		</rect>
	</element>
	<element name="ION"><text string="ION"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="MON"><text string="MON"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="RUN"><text string="RUN"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="PWR"><text string="PWR"><color red="1.0" green="1.0" blue="1.0" /></text></element>
	<element name="ADR">
		<text string="------------------------------- ADDRESS ------------------------------">
		<color red="1.0" green="1.0" blue="1.0" /></text>
	</element>
	<element name="DAT">
		<text string="------ DATA/REGISTER ------">
		<color red="1.0" green="1.0" blue="1.0" /></text>
	</element>

	<view name="Default Layout">
		<!-- Black background -->
		<element ref="background">
			<bounds left="1" top="65" right="600" bottom="200" />
		</element>
		<element name="digit1" ref="digit">
			<bounds left="107" top="075" right="154" bottom="146" />
		</element>
		<element name="digit2" ref="digit">
			<bounds left="155" top="075" right="202" bottom="146" />
		</element>
		<element name="digit3" ref="digit">
			<bounds left="203" top="075" right="250" bottom="146" />
		</element>
		<element name="digit4" ref="digit">
			<bounds left="275" top="075" right="322" bottom="146" />
		</element>
		<element name="digit5" ref="digit">
			<bounds left="323" top="075" right="370" bottom="146" />
		</element>
		<element name="digit6" ref="digit">
			<bounds left="371" top="075" right="418" bottom="146" />
		</element>
		<element name="digit7" ref="digit">
			<bounds left="443" top="075" right="490" bottom="146" />
		</element>
		<element name="digit8" ref="digit">
			<bounds left="491" top="075" right="538" bottom="146" />
		</element>
		<element name="digit9" ref="digit">
			<bounds left="539" top="075" right="586" bottom="146" />
		</element>
		<element name="ion_led" ref="red_led">
			<bounds left="5" right="20" top="100" bottom="115" />
		</element>
		<element name="mon_led" ref="red_led">
			<bounds left="5" right="20" top="125" bottom="140" />
		</element>
		<element name="run_led" ref="red_led">
			<bounds left="5" right="20" top="150" bottom="165" />
		</element>
		<element name="pwr_led" ref="red_led">
			<bounds left="5" right="20" top="175" bottom="190" />
		</element>
		<element name="ion_txt" ref="ION">
			<bounds left="25" right="50" top="100" bottom="115" />
		</element>
		<element name="mon_txt" ref="MON">
			<bounds left="25" right="50" top="125" bottom="140" />
		</element>
		<element name="run_txt" ref="RUN">
			<bounds left="25" right="50" top="150" bottom="165" />
		</element>
		<element name="pwr_txt" ref="PWR">
			<bounds left="25" right="50" top="175" bottom="190" />
		</element>
		<element name="adr_txt" ref="ADR">
			<bounds left="100" right="455" top="175" bottom="190" />
		</element>
		<element name="pwr_txt" ref="DAT">
			<bounds left="437" right="593" top="175" bottom="190" />
		</element>
	</view>
</mamelayout>