summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/mulcd.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/mulcd.lay')
-rw-r--r--src/mame/layout/mulcd.lay43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/mame/layout/mulcd.lay b/src/mame/layout/mulcd.lay
new file mode 100644
index 00000000000..adac961e796
--- /dev/null
+++ b/src/mame/layout/mulcd.lay
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<!--
+license:CC0-1.0
+authors:hap
+-->
+<mamelayout version="2">
+
+<!-- define elements -->
+
+ <element name="led" defstate="0">
+ <disk state="0"><color red="0.07" green="0.1" blue="0.02" /></disk>
+ <disk state="1"><color red="0.7" green="1.0" blue="0.2" /></disk>
+ </element>
+
+ <element name="lcda" defstate="0">
+ <rect>
+ <color state="0" red="0" green="0" blue="0" />
+ <color state="7" red="0.95" green="0.95" blue="0.95" />
+ </rect>
+ </element>
+
+ <element name="lcdm"><rect><color red="0.7" green="1.0" blue="0.2" /></rect></element>
+
+
+<!-- build screen -->
+
+ <view name="Internal Layout">
+ <bounds x="0" y="0" width="121" height="30.21" />
+
+ <screen index="0"><bounds x="0" y="0" width="100" height="30.21" /></screen>
+ <element name="contrast" ref="lcda" blend="add"><bounds x="0" y="0" width="100" height="30.21" /></element>
+ <element ref="lcdm" blend="multiply"><bounds x="0" y="0" width="100" height="30.21" /></element>
+
+ <element name="LED0" ref="led"><bounds x="104" y="2" width="4" height="4" /></element>
+ <element name="LED1" ref="led"><bounds x="113" y="2" width="4" height="4" /></element>
+ <element name="LED2" ref="led"><bounds x="104" y="13" width="4" height="4" /></element>
+ <element name="LED3" ref="led"><bounds x="113" y="13" width="4" height="4" /></element>
+ <element name="LED4" ref="led"><bounds x="104" y="24" width="4" height="4" /></element>
+ <element name="LED5" ref="led"><bounds x="113" y="24" width="4" height="4" /></element>
+
+ </view>
+
+</mamelayout>