summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/chesstrv.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/chesstrv.lay')
-rw-r--r--src/mess/layout/chesstrv.lay23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mess/layout/chesstrv.lay b/src/mess/layout/chesstrv.lay
new file mode 100644
index 00000000000..34e9509d990
--- /dev/null
+++ b/src/mess/layout/chesstrv.lay
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+ <element name="digit" defstate="0">
+ <led7seg>
+ <color red="0.75" green="0.0" blue="0.0" />
+ </led7seg>
+ </element>
+
+ <view name="Default Layout">
+ <bezel name="digit0" element="digit">
+ <bounds x="0" y="1" width="25" height="35" />
+ </bezel>
+ <bezel name="digit1" element="digit">
+ <bounds x="37" y="0" width="25" height="35" />
+ </bezel>
+ <bezel name="digit2" element="digit">
+ <bounds x="74" y="0" width="25" height="35" />
+ </bezel>
+ <bezel name="digit3" element="digit">
+ <bounds x="111" y="0" width="25" height="35" />
+ </bezel>
+ </view>
+</mamelayout>