summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/stopthie.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/stopthie.lay')
-rw-r--r--src/mess/layout/stopthie.lay14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mess/layout/stopthie.lay b/src/mess/layout/stopthie.lay
index 08148b1f45a..7645d07ef71 100644
--- a/src/mess/layout/stopthie.lay
+++ b/src/mess/layout/stopthie.lay
@@ -1,8 +1,22 @@
<?xml version="1.0"?>
<mamelayout version="2">
+ <element name="digit" defstate="0">
+ <led7seg><color red="1.0" green="0.22" blue="0.18" /></led7seg>
+ </element>
+
<view name="Internal Layout">
<bounds left="0" right="200" top="0" bottom="200" />
+ <bezel name="digit0" element="digit">
+ <bounds x="0" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit1" element="digit">
+ <bounds x="20" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit2" element="digit">
+ <bounds x="30" y="0" width="10" height="15" />
+ </bezel>
+
</view>
</mamelayout>