summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/wizatron.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/wizatron.lay')
-rw-r--r--src/mess/layout/wizatron.lay68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/mess/layout/wizatron.lay b/src/mess/layout/wizatron.lay
new file mode 100644
index 00000000000..d44016c2f66
--- /dev/null
+++ b/src/mess/layout/wizatron.lay
@@ -0,0 +1,68 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+
+<!-- note: the digits were very small, wide space between them, and not the same style as (MAME's-)default -->
+<!-- note 2: yes, the PLUS sign is supposed to be lopsided like that -->
+<!-- note 3: yes, the EQUALS sign is supposed to be that high up, but newer releases improved this -->
+
+ <element name="static_black">
+ <rect><color red="0.0" green="0.0" blue="0.0" /></rect>
+ </element>
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="1.0" green="0.3" blue="0.2" /></led7seg>
+ </element>
+ <element name="digit14" defstate="0">
+ <led14seg><color red="1.0" green="0.3" blue="0.2" /></led14seg>
+ </element>
+
+
+ <view name="Internal Layout">
+ <bounds left="0" right="90" top="0" bottom="15" />
+
+ <bezel name="digit8" element="digit">
+ <bounds x="0" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit7" element="digit">
+ <bounds x="10" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit6" element="digit14">
+ <bounds x="20" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit5" element="digit">
+ <bounds x="30" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit4" element="digit">
+ <bounds x="40" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit3" element="digit">
+ <bounds x="50" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit2" element="digit">
+ <bounds x="60" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit1" element="digit">
+ <bounds x="70" y="0" width="10" height="15" />
+ </bezel>
+ <bezel name="digit0" element="digit">
+ <bounds x="80" y="0" width="10" height="15" />
+ </bezel>
+
+<!-- mask out DIVIDE sign -->
+
+ <bezel element="static_black">
+ <bounds x="24.5" y="1.80" width="1.8" height="2.00" />
+ </bezel>
+ <bezel element="static_black">
+ <bounds x="24.3" y="5.1" width="1.75" height="1.3" />
+ </bezel>
+
+ <bezel element="static_black">
+ <bounds x="23.75" y="11.25" width="1.8" height="2.00" />
+ </bezel>
+ <bezel element="static_black">
+ <bounds x="23.95" y="8.65" width="1.75" height="1.3" />
+ </bezel>
+
+ </view>
+</mamelayout>