blob: 33be315819cfc0bdc25253f19005bd0ad617d5d3 (
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
<?xml version="1.0"?>
<!--
license:CC0
Basic display of LEDs for the MMD-1
-->
<mamelayout version="2">
<element name="red_led">
<disk state="0">
<color red="1.0" green="0.0" blue="0.0" />
</disk>
</element>
<element name="PORT0">
<text string="PORT 0">
<color red="1.0" green="1.0" blue="1.0" />
</text>
</element>
<element name="PORT1">
<text string="PORT 1">
<color red="1.0" green="1.0" blue="1.0" />
</text>
</element>
<element name="PORT2">
<text string="PORT 2">
<color red="1.0" green="1.0" blue="1.0" />
</text>
</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>
<view name="Default Layout">
<element ref="background">
<bounds left="0" top="0" right="1280" bottom="150" />
</element>
<element name="port1" ref="PORT1">
<bounds left="160" right="200" top="20" bottom="40" />
</element>
<element name="p1_7" ref="red_led">
<bounds left="40" right="60" top="100" bottom="120" />
</element>
<element name="p1_6" ref="red_led">
<bounds left="80" right="100" top="100" bottom="120" />
</element>
<element name="p1_5" ref="red_led">
<bounds left="120" right="140" top="100" bottom="120" />
</element>
<element name="p1_4" ref="red_led">
<bounds left="160" right="180" top="100" bottom="120" />
</element>
<element name="p1_3" ref="red_led">
<bounds left="200" right="220" top="100" bottom="120" />
</element>
<element name="p1_2" ref="red_led">
<bounds left="240" right="260" top="100" bottom="120" />
</element>
<element name="p1_1" ref="red_led">
<bounds left="280" right="300" top="100" bottom="120" />
</element>
<element name="p1_0" ref="red_led">
<bounds left="320" right="340" top="100" bottom="120" />
</element>
<element name="port0" ref="PORT0">
<bounds left="560" right="600" top="20" bottom="40" />
</element>
<element name="p0_7" ref="red_led">
<bounds left="440" right="460" top="100" bottom="120" />
</element>
<element name="p0_6" ref="red_led">
<bounds left="480" right="500" top="100" bottom="120" />
</element>
<element name="p0_5" ref="red_led">
<bounds left="520" right="540" top="100" bottom="120" />
</element>
<element name="p0_4" ref="red_led">
<bounds left="560" right="580" top="100" bottom="120" />
</element>
<element name="p0_3" ref="red_led">
<bounds left="600" right="620" top="100" bottom="120" />
</element>
<element name="p0_2" ref="red_led">
<bounds left="640" right="660" top="100" bottom="120" />
</element>
<element name="p0_1" ref="red_led">
<bounds left="680" right="700" top="100" bottom="120" />
</element>
<element name="p0_0" ref="red_led">
<bounds left="720" right="740" top="100" bottom="120" />
</element>
<element name="port2" ref="PORT2">
<bounds left="960" right="1000" top="20" bottom="40" />
</element>
<element name="p2_7" ref="red_led">
<bounds left="840" right="860" top="100" bottom="120" />
</element>
<element name="p2_6" ref="red_led">
<bounds left="880" right="900" top="100" bottom="120" />
</element>
<element name="p2_5" ref="red_led">
<bounds left="920" right="940" top="100" bottom="120" />
</element>
<element name="p2_4" ref="red_led">
<bounds left="960" right="980" top="100" bottom="120" />
</element>
<element name="p2_3" ref="red_led">
<bounds left="1000" right="1020" top="100" bottom="120" />
</element>
<element name="p2_2" ref="red_led">
<bounds left="1040" right="1060" top="100" bottom="120" />
</element>
<element name="p2_1" ref="red_led">
<bounds left="1080" right="1100" top="100" bottom="120" />
</element>
<element name="p2_0" ref="red_led">
<bounds left="1120" right="1140" top="100" bottom="120" />
</element>
</view>
</mamelayout>
|