summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/brkball.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/brkball.lay')
-rw-r--r--src/mame/layout/brkball.lay31
1 files changed, 5 insertions, 26 deletions
diff --git a/src/mame/layout/brkball.lay b/src/mame/layout/brkball.lay
index 1771a0ee61f..6b82d77232d 100644
--- a/src/mame/layout/brkball.lay
+++ b/src/mame/layout/brkball.lay
@@ -1,10 +1,5 @@
<?xml version="1.0"?>
<mamelayout version="2">
- <element name="dotmatrixdot">
- <dotmatrixdot>
- <color red="0" green="0" blue="0" />
- </dotmatrixdot>
- </element>
<element name="dmd_background">
<rect>
<color red="0.2" green="0.0" blue="0"/>
@@ -12,30 +7,14 @@
</element>
<view name="main">
- <repeat count="21">
- <param name="y" start="0" increment="1" />
- <param name="base" start="0" increment="65" />
- <repeat count="65">
- <param name="x" start="0" increment="1" />
- <param name="dot" start="~base~" increment="1" />
- <backdrop name="dotmatrix~dot~" element="dotmatrixdot" state="0">
- <bounds x="~x~" y="~y~" width="1" height="1" />
- </backdrop>
- </repeat>
- </repeat>
- <backdrop element="dmd_background">
+ <screen tag="dm01:dmd">
<bounds x="149" y="0" width="102" height="42"/>
- </backdrop>
- <screen index="0">
- <bounds x="0" y="42" width="400" height="300" />
</screen>
- <screen index="1">
+ <element ref="dmd_background" blend="add">
<bounds x="149" y="0" width="102" height="42"/>
- </screen>
- </view>
- <view name="no led">
- <screen index="0">
- <bounds x="0" y="0" width="400" height="300" />
+ </element>
+ <screen tag="screen">
+ <bounds x="0" y="42" width="400" height="300" />
</screen>
</view>
</mamelayout>