blob: b8e51a1d0886ba8dfda18ee449429e6548b765b1 (
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
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="matrixlamp">
<rect state ="0">
<bounds x="0" y="0" width="7" height="7" />
<color red="0.7" green="0.7" blue="0.7" />
</rect>
<rect state ="1">
<bounds x="0" y="0" width="7" height="7" />
<color red="0.0" green="0.0" blue="1.0" />
</rect>
<rect state ="2">
<bounds x="0" y="0" width="7" height="7" />
<color red="0.0" green="1.0" blue="0.0" />
</rect>
</element>
<element name="Steppers" defstate="0">
<simplecounter maxstate="999" digits="3">
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0" width="1" height="1" />
</simplecounter>
</element>
<element name="vfd0">
<led16segsc>
<color red="0" green="0.6" blue="1.0" />
</led16segsc>
</element>
<element name="digit" defstate="0">
<led7seg>
<color red="1.0" green="0.1" blue="0.1" />
</led7seg>
</element>
<view name="AWP Simulated Video (No Artwork)">
<repeat count="16">
<param name="x" start="10" increment="9" />
<param name="i" start="0" increment="1" />
<element name="vfd~i~" ref="vfd0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="200" width="9" height="17" />
</element>
</repeat>
<repeat count="6">
<param name="x" start="10" increment="52" />
<param name="i" start="1" increment="1" />
<element name="reel~i~" ref="Steppers" state="0">
<bounds x="~x~" y="300" width="50" height="50" />
</element>
</repeat>
<repeat count="16">
<param name="y" start="0" increment="8" />
<param name="j" start="0" increment="16" />
<repeat count="16">
<param name="x" start="0" increment="8" />
<param name="i" start="~j~" increment="1" />
<element name="lamp~i~" ref="matrixlamp" state="0">
<bounds x="~x~" y="~y~" width="7" height="7" />
</element>
</repeat>
</repeat>
<repeat count="16">
<param name="x" start="10" increment="16" />
<param name="i" start="0" increment="1" />
<element name="digit~i~" ref="digit">
<bounds x="~x~" y="140" width="14" height="26" />
</element>
</repeat>
<repeat count="32">
<param name="x" start="10" increment="8" />
<param name="i" start="0" increment="1" />
<element name="reellamp~i~" ref="matrixlamp">
<bounds x="~x~" y="170" width="7" height="7" />
</element>
</repeat>
</view>
<view name="VFD Display Output Only">
<repeat count="16">
<param name="x" start="10" increment="9" />
<param name="i" start="0" increment="1" />
<element name="vfd~i~" ref="vfd0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="200" width="9" height="17" />
</element>
</repeat>
</view>
</mamelayout>
|