summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/stopthie.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/stopthie.lay')
-rw-r--r--src/mame/layout/stopthie.lay32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/mame/layout/stopthie.lay b/src/mame/layout/stopthie.lay
new file mode 100644
index 00000000000..8efd28b6f8d
--- /dev/null
+++ b/src/mame/layout/stopthie.lay
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+
+<!-- define elements -->
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="1.0" green="0.22" blue="0.18" /></led7seg>
+ </element>
+
+ <element name="text_bldg"><text string="BLDG."><color red="0.7" green="0.7" blue="0.7" /></text></element>
+ <element name="text_street"><text string="STREET"><color red="0.7" green="0.7" blue="0.7" /></text></element>
+ <element name="text_loc"><text string="LOC."><color red="0.7" green="0.7" blue="0.7" /></text></element>
+
+
+
+<!-- build screen -->
+
+ <view name="Internal Layout">
+ <bounds left="0" right="80" top="0" bottom="15" />
+
+ <bezel name="digit2" element="digit"><bounds x="20" y="0" width="10" height="15" /></bezel>
+ <bezel name="digit1" element="digit"><bounds x="40" y="0" width="10" height="15" /></bezel>
+ <bezel name="digit0" element="digit"><bounds x="50" y="0" width="10" height="15" /></bezel>
+
+
+ <bezel element="text_bldg"><bounds x="0" y="1.5" width="20" height="5.5" /></bezel>
+ <bezel element="text_street"><bounds x="0" y="7.5" width="20" height="5.5" /></bezel>
+
+ <bezel element="text_loc"><bounds x="60" y="4.5" width="20" height="5.5" /></bezel>
+
+ </view>
+</mamelayout>