summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/lantutor.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/lantutor.lay')
-rw-r--r--src/mess/layout/lantutor.lay46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/mess/layout/lantutor.lay b/src/mess/layout/lantutor.lay
new file mode 100644
index 00000000000..015a21f6fd0
--- /dev/null
+++ b/src/mess/layout/lantutor.lay
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+
+<!-- define elements -->
+
+<!-- note: the TI Language Tutor 14seg digits look different from MAME's default, most notably the right half is wider -->
+
+ <element name="digit" defstate="0">
+ <led14seg><color red="0.2" green="1.0" blue="0.85" /></led14seg>
+ </element>
+
+ <element name="triangle_mark" defstate="0">
+ <text state="0" string="v"><color red="0.0235" green="0.1255" blue="0.1059" /></text>
+ <text state="1" string="v"><color red="0.2" green="1.0" blue="0.85" /></text>
+ </element>
+
+
+<!-- build screen -->
+
+ <view name="Internal Layout">
+ <bounds left="0" right="111" top="0" bottom="19" />
+
+ <bezel name="digit0" element="digit"><bounds x="0" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit1" element="digit"><bounds x="11" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit2" element="digit"><bounds x="22" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit3" element="digit"><bounds x="33" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit4" element="digit"><bounds x="44" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit5" element="digit"><bounds x="55" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit6" element="digit"><bounds x="66" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit7" element="digit"><bounds x="77" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit8" element="digit"><bounds x="88" y="4" width="10" height="15" /></bezel>
+ <bezel name="digit13" element="digit"><bounds x="99" y="4" width="10" height="15" /></bezel>
+
+ <bezel name="lamp0" element="triangle_mark"><bounds x="4" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp10" element="triangle_mark"><bounds x="15" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp20" element="triangle_mark"><bounds x="26" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp30" element="triangle_mark"><bounds x="37" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp40" element="triangle_mark"><bounds x="48" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp50" element="triangle_mark"><bounds x="59" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp60" element="triangle_mark"><bounds x="70" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp70" element="triangle_mark"><bounds x="81" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp80" element="triangle_mark"><bounds x="92" y="0" width="4" height="3" /></bezel>
+ <bezel name="lamp130" element="triangle_mark"><bounds x="103" y="0" width="4" height="3" /></bezel>
+
+ </view>
+</mamelayout>