summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/tandy12.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/tandy12.lay')
-rw-r--r--src/mess/layout/tandy12.lay26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mess/layout/tandy12.lay b/src/mess/layout/tandy12.lay
index 27498f9b86e..3a7ea88867e 100644
--- a/src/mess/layout/tandy12.lay
+++ b/src/mess/layout/tandy12.lay
@@ -2,8 +2,18 @@
<mamelayout version="2">
+<!-- ugly layout is temp, will be improved soon -->
+
+
+
+
<!-- define elements -->
+ <element name="lamp_dot" defstate="0">
+ <disk state="1"><color red="1.0" green="0.3" blue="0.2" /></disk>
+ <disk state="0"><color red="0.125490" green="0.035294" blue="0.0235294" /></disk>
+ </element>
+
<!-- build screen -->
@@ -11,6 +21,22 @@
<view name="Internal Layout">
<bounds left="0" right="100" top="0" bottom="100" />
+ <bezel name="lamp0" element="lamp_dot"><bounds x="10" y="10" width="5" height="5" /></bezel>
+ <bezel name="lamp4" element="lamp_dot"><bounds x="20" y="10" width="5" height="5" /></bezel>
+ <bezel name="lamp8" element="lamp_dot"><bounds x="30" y="10" width="5" height="5" /></bezel>
+
+ <bezel name="lamp1" element="lamp_dot"><bounds x="10" y="20" width="5" height="5" /></bezel>
+ <bezel name="lamp5" element="lamp_dot"><bounds x="20" y="20" width="5" height="5" /></bezel>
+ <bezel name="lamp9" element="lamp_dot"><bounds x="30" y="20" width="5" height="5" /></bezel>
+
+ <bezel name="lamp2" element="lamp_dot"><bounds x="10" y="30" width="5" height="5" /></bezel>
+ <bezel name="lamp6" element="lamp_dot"><bounds x="20" y="30" width="5" height="5" /></bezel>
+ <bezel name="lamp10" element="lamp_dot"><bounds x="30" y="30" width="5" height="5" /></bezel>
+
+ <bezel name="lamp3" element="lamp_dot"><bounds x="10" y="40" width="5" height="5" /></bezel>
+ <bezel name="lamp7" element="lamp_dot"><bounds x="20" y="40" width="5" height="5" /></bezel>
+ <bezel name="lamp11" element="lamp_dot"><bounds x="30" y="40" width="5" height="5" /></bezel>
+
</view>
</mamelayout>