summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/sym1.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/sym1.lay')
-rw-r--r--src/mame/layout/sym1.lay49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/mame/layout/sym1.lay b/src/mame/layout/sym1.lay
new file mode 100644
index 00000000000..ad90e2a3ec5
--- /dev/null
+++ b/src/mame/layout/sym1.lay
@@ -0,0 +1,49 @@
+<!-- sym1.lay -->
+
+<!-- 2007-10-21: Initial version. [Dirk Best] -->
+
+<mamelayout version="2">
+
+ <element name="digit" defstate="0">
+ <led7seg>
+ <color red="1.0" green="0.0" blue="0.0" />
+ </led7seg>
+ </element>
+
+ <element name="background">
+ <rect>
+ <bounds left="0" top="0" right="1" bottom="1" />
+ <color red="0.0" green="0.0" blue="0.0" />
+ </rect>
+ </element>
+
+ <view name="Default Layout">
+
+ <!-- Background -->
+ <backdrop element="background">
+ <bounds left="0" top="0" right="274" bottom="69" />
+ </backdrop>
+
+ <!-- LEDs -->
+ <bezel name="digit0" element="digit">
+ <bounds left="10" top="10" right="44" bottom="59" />
+ </bezel>
+ <bezel name="digit1" element="digit">
+ <bounds left="54" top="10" right="88" bottom="59" />
+ </bezel>
+ <bezel name="digit2" element="digit">
+ <bounds left="98" top="10" right="132" bottom="59" />
+ </bezel>
+ <bezel name="digit3" element="digit">
+ <bounds left="142" top="10" right="176" bottom="59" />
+ </bezel>
+ <bezel name="digit4" element="digit">
+ <bounds left="186" top="10" right="220" bottom="59" />
+ </bezel>
+ <bezel name="digit5" element="digit">
+ <bounds left="230" top="10" right="264" bottom="59" />
+ </bezel>
+
+ </view>
+
+</mamelayout>