summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/jpmsys5.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/jpmsys5.lay')
-rw-r--r--src/mame/layout/jpmsys5.lay31
1 files changed, 21 insertions, 10 deletions
diff --git a/src/mame/layout/jpmsys5.lay b/src/mame/layout/jpmsys5.lay
index 6bd47995a83..b188b39ffe0 100644
--- a/src/mame/layout/jpmsys5.lay
+++ b/src/mame/layout/jpmsys5.lay
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
-license:CC0
+license:CC0-1.0
-->
<mamelayout version="2">
<element name="matrixlamp">
@@ -19,15 +19,15 @@ license:CC0
</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" />
+ <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>
+ <led16segsc>
<color red="0" green="0.6" blue="1.0" />
- </led16segsc>
+ </led16segsc>
</element>
<element name="digit" defstate="0">
@@ -40,10 +40,16 @@ license:CC0
<repeat count="16">
<param name="x" start="10" increment="9" />
<param name="i" start="0" increment="1" />
+ <element name="vfdblank~i~" ref="vfd0">
+ <animate name="vfdduty0" />
+ <color state="31" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
+ <color state="0" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
+ <bounds x="~x~" y="200" width="9" height="17" />
+ </element>
<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>
- <color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
+ <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>
@@ -85,13 +91,18 @@ license:CC0
<repeat count="16">
<param name="x" start="10" increment="9" />
<param name="i" start="0" increment="1" />
+ <element name="vfdblank~i~" ref="vfd0">
+ <animate name="vfdduty0" />
+ <color state="31" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
+ <color state="0" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
+ <bounds x="~x~" y="200" width="9" height="17" />
+ </element>
<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>
- <color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
+ <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>
-