summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-04-28 00:09:53 +0200
committer hap <happppp@users.noreply.github.com>2021-04-28 00:10:49 +0200
commit5f27fc89518887249b5fff32f732054f335a6bb0 (patch)
tree7f0afe13dd4aba83d7fc6cee4cca9603f6f220eb /src/mame/layout
parent1773a82cdd85111575aa8a2494903bb9980b35e4 (diff)
poly880: move header file into driver
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/poly880.lay36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/mame/layout/poly880.lay b/src/mame/layout/poly880.lay
index 345aff55c76..d5cdf1232d4 100644
--- a/src/mame/layout/poly880.lay
+++ b/src/mame/layout/poly880.lay
@@ -5,35 +5,35 @@ license:CC0
<mamelayout version="2">
<element name="digit" defstate="0">
<led7seg>
- <color red="0" green="0.75" blue="0.0" />
+ <color red="0.4" green="1.0" blue="0" />
</led7seg>
</element>
- <view name="Default Layout">
+ <view name="Internal Layout">
<!-- Led address display -->
<element name="digit0" ref="digit">
- <bounds x="0" y="0" width="18" height="24" />
+ <bounds x="0" y="0" width="18" height="26" />
</element>
<element name="digit1" ref="digit">
- <bounds x="18" y="0" width="18" height="24" />
+ <bounds x="18" y="0" width="18" height="26" />
</element>
<element name="digit2" ref="digit">
- <bounds x="36" y="0" width="18" height="24" />
+ <bounds x="36" y="0" width="18" height="26" />
</element>
<element name="digit3" ref="digit">
- <bounds x="54" y="0" width="18" height="24" />
+ <bounds x="54" y="0" width="18" height="26" />
+ </element>
+ <element name="digit4" ref="digit">
+ <bounds x="72" y="0" width="18" height="26" />
+ </element>
+ <element name="digit5" ref="digit">
+ <bounds x="90" y="0" width="18" height="26" />
+ </element>
+ <element name="digit6" ref="digit">
+ <bounds x="108" y="0" width="18" height="26" />
+ </element>
+ <element name="digit7" ref="digit">
+ <bounds x="126" y="0" width="18" height="26" />
</element>
- <element name="digit4" ref="digit">
- <bounds x="72" y="0" width="18" height="24" />
- </element>
- <element name="digit5" ref="digit">
- <bounds x="90" y="0" width="18" height="24" />
- </element>
- <element name="digit6" ref="digit">
- <bounds x="108" y="0" width="18" height="24" />
- </element>
- <element name="digit7" ref="digit">
- <bounds x="126" y="0" width="18" height="24" />
- </element>
</view>
</mamelayout>