summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/h8.lay
blob: deb28c7690bec01ae7fc07ee8bd66594481b4e77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="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>
			<color red="1.0" green="0.0" blue="0.0" />
		</disk>
	</element>
	<element name="background">
		<rect>
			<bounds left="0" top="0" right="1" bottom="1" />
			<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 -->
		<bezel element="background">
			<bounds left="1" top="65" right="600" bottom="200" />
		</bezel>
		<bezel name="digit1" element="digit">
			<bounds left="107" top="075" right="154" bottom="146" />
		</bezel>
		<bezel name="digit2" element="digit">
			<bounds left="155" top="075" right="202" bottom="146" />
		</bezel>
		<bezel name="digit3" element="digit">
			<bounds left="203" top="075" right="250" bottom="146" />
		</bezel>
		<bezel name="digit4" element="digit">
			<bounds left="275" top="075" right="322" bottom="146" />
		</bezel>
		<bezel name="digit5" element="digit">
			<bounds left="323" top="075" right="370" bottom="146" />
		</bezel>
		<bezel name="digit6" element="digit">
			<bounds left="371" top="075" right="418" bottom="146" />
		</bezel>
		<bezel name="digit7" element="digit">
			<bounds left="443" top="075" right="490" bottom="146" />
		</bezel>
		<bezel name="digit8" element="digit">
			<bounds left="491" top="075" right="538" bottom="146" />
		</bezel>
		<bezel name="digit9" element="digit">
			<bounds left="539" top="075" right="586" bottom="146" />
		</bezel>
		<bezel name="ion_led" element="red_led">
			<bounds left="5" right="20" top="100" bottom="115" />
		</bezel>
		<bezel name="mon_led" element="red_led">
			<bounds left="5" right="20" top="125" bottom="140" />
		</bezel>
		<bezel name="run_led" element="red_led">
			<bounds left="5" right="20" top="150" bottom="165" />
		</bezel>
		<bezel name="pwr_led" element="red_led">
			<bounds left="5" right="20" top="175" bottom="190" />
		</bezel>
		<bezel name="ion_txt" element="ION">
			<bounds left="25" right="50" top="100" bottom="115" />
		</bezel>
		<bezel name="mon_txt" element="MON">
			<bounds left="25" right="50" top="125" bottom="140" />
		</bezel>
		<bezel name="run_txt" element="RUN">
			<bounds left="25" right="50" top="150" bottom="165" />
		</bezel>
		<bezel name="pwr_txt" element="PWR">
			<bounds left="25" right="50" top="175" bottom="190" />
		</bezel>
		<bezel name="adr_txt" element="ADR">
			<bounds left="100" right="455" top="175" bottom="190" />
		</bezel>
		<bezel name="pwr_txt" element="DAT">
			<bounds left="437" right="593" top="175" bottom="190" />
		</bezel>
	</view>
</mamelayout>