summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/cops.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/cops.lay')
-rw-r--r--src/mame/layout/cops.lay61
1 files changed, 10 insertions, 51 deletions
diff --git a/src/mame/layout/cops.lay b/src/mame/layout/cops.lay
index 1de9afac907..019d96e87ed 100644
--- a/src/mame/layout/cops.lay
+++ b/src/mame/layout/cops.lay
@@ -4,63 +4,22 @@ license:CC0
-->
<mamelayout version="2">
<element name="led">
- <led14segsc>
+ <led14segsc>
<color red="1" green="0" blue="0" />
- </led14segsc>
+ </led14segsc>
</element>
- <view name="cops">
+ <view name="LED Overlay">
<screen index="0">
<bounds left="0" top="0" right="256" bottom="256" />
</screen>
- <backdrop name="digit0" element="led" state="0">
- <bounds x="60" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit1" element="led" state="0">
- <bounds x="69" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit2" element="led" state="0">
- <bounds x="78" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit3" element="led" state="0">
- <bounds x="87" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit4" element="led" state="0">
- <bounds x="96" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit5" element="led" state="0">
- <bounds x="105" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit6" element="led" state="0">
- <bounds x="114" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit7" element="led" state="0">
- <bounds x="123" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit8" element="led" state="0">
- <bounds x="132" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit9" element="led" state="0">
- <bounds x="141" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit10" element="led" state="0">
- <bounds x="150" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit11" element="led" state="0">
- <bounds x="159" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit12" element="led" state="0">
- <bounds x="168" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit13" element="led" state="0">
- <bounds x="177" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit14" element="led" state="0">
- <bounds x="186" y="240" width="9" height="9"/>
- </backdrop>
- <backdrop name="digit15" element="led" state="0">
- <bounds x="195" y="240" width="9" height="9"/>
- </backdrop>
+ <repeat count="16">
+ <param name="digit" start="0" increment="1" />
+ <param name="x" start="60" increment="9" />
+ <element name="digit~digit~" ref="led" blend="add" state="0">
+ <bounds x="~x~" y="240" width="9" height="9"/>
+ </element>
+ </repeat>
</view>
</mamelayout>