summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/ditto.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/ditto.lay')
-rw-r--r--src/mame/layout/ditto.lay52
1 files changed, 28 insertions, 24 deletions
diff --git a/src/mame/layout/ditto.lay b/src/mame/layout/ditto.lay
index f640155ccf1..d14458c4e86 100644
--- a/src/mame/layout/ditto.lay
+++ b/src/mame/layout/ditto.lay
@@ -1,4 +1,8 @@
<?xml version="1.0"?>
+<!--
+license:CC0-1.0
+authors:hap
+-->
<mamelayout version="2">
<!-- define elements -->
@@ -32,30 +36,30 @@
<view name="Internal Layout">
<bounds left="0" right="16" top="-0.5" bottom="16.5" />
- <bezel element="disk_1"><bounds x="1" y="1" width="6" height="6" /></bezel>
- <bezel element="disk_2"><bounds x="1" y="9" width="6" height="6" /></bezel>
- <bezel element="disk_3"><bounds x="9" y="1" width="6" height="6" /></bezel>
- <bezel element="disk_4"><bounds x="9" y="9" width="6" height="6" /></bezel>
-
- <bezel element="hlf" inputtag="IN.0" inputmask="0x01"><bounds x="1" y="1" width="6" height="6" /><color alpha="0.0" /></bezel>
- <bezel element="hlf" inputtag="IN.0" inputmask="0x02"><bounds x="1" y="9" width="6" height="6" /><color alpha="0.0" /></bezel>
- <bezel element="hlf" inputtag="IN.0" inputmask="0x04"><bounds x="9" y="1" width="6" height="6" /><color alpha="0.0" /></bezel>
- <bezel element="hlf" inputtag="IN.0" inputmask="0x08"><bounds x="9" y="9" width="6" height="6" /><color alpha="0.0" /></bezel>
-
- <bezel element="hlb" inputtag="IN.0" inputmask="0x01"><bounds x="2" y="2" width="2" height="2" /></bezel>
- <bezel element="hlb" inputtag="IN.0" inputmask="0x02"><bounds x="2" y="12" width="2" height="2" /></bezel>
- <bezel element="hlb" inputtag="IN.0" inputmask="0x04"><bounds x="12" y="2" width="2" height="2" /></bezel>
- <bezel element="hlb" inputtag="IN.0" inputmask="0x08"><bounds x="12" y="12" width="2" height="2" /></bezel>
-
- <bezel name="0.0" element="led"><bounds x="5" y="5" width="0.8" height="0.8" /></bezel>
- <bezel name="0.1" element="led"><bounds x="5" y="10.2" width="0.8" height="0.8" /></bezel>
- <bezel name="0.2" element="led"><bounds x="10.2" y="5" width="0.8" height="0.8" /></bezel>
- <bezel name="0.3" element="led"><bounds x="10.2" y="10.2" width="0.8" height="0.8" /></bezel>
-
- <bezel element="text_1"><bounds x="0" y="0" width="8" height="0.75" /></bezel>
- <bezel element="text_2"><bounds x="0" y="15.25" width="8" height="0.75" /></bezel>
- <bezel element="text_3"><bounds x="8" y="0" width="8" height="0.75" /></bezel>
- <bezel element="text_4"><bounds x="8" y="15.25" width="8" height="0.75" /></bezel>
+ <element ref="disk_1"><bounds x="1" y="1" width="6" height="6" /></element>
+ <element ref="disk_2"><bounds x="1" y="9" width="6" height="6" /></element>
+ <element ref="disk_3"><bounds x="9" y="1" width="6" height="6" /></element>
+ <element ref="disk_4"><bounds x="9" y="9" width="6" height="6" /></element>
+
+ <element ref="hlf" inputtag="IN.0" inputmask="0x01"><bounds x="1" y="1" width="6" height="6" /><color alpha="0.0" /></element>
+ <element ref="hlf" inputtag="IN.0" inputmask="0x02"><bounds x="1" y="9" width="6" height="6" /><color alpha="0.0" /></element>
+ <element ref="hlf" inputtag="IN.0" inputmask="0x04"><bounds x="9" y="1" width="6" height="6" /><color alpha="0.0" /></element>
+ <element ref="hlf" inputtag="IN.0" inputmask="0x08"><bounds x="9" y="9" width="6" height="6" /><color alpha="0.0" /></element>
+
+ <element ref="hlb" inputtag="IN.0" inputmask="0x01"><bounds x="2" y="2" width="2" height="2" /></element>
+ <element ref="hlb" inputtag="IN.0" inputmask="0x02"><bounds x="2" y="12" width="2" height="2" /></element>
+ <element ref="hlb" inputtag="IN.0" inputmask="0x04"><bounds x="12" y="2" width="2" height="2" /></element>
+ <element ref="hlb" inputtag="IN.0" inputmask="0x08"><bounds x="12" y="12" width="2" height="2" /></element>
+
+ <element name="0.0" ref="led"><bounds x="5" y="5" width="0.8" height="0.8" /></element>
+ <element name="0.1" ref="led"><bounds x="5" y="10.2" width="0.8" height="0.8" /></element>
+ <element name="0.2" ref="led"><bounds x="10.2" y="5" width="0.8" height="0.8" /></element>
+ <element name="0.3" ref="led"><bounds x="10.2" y="10.2" width="0.8" height="0.8" /></element>
+
+ <element ref="text_1"><bounds x="0" y="0" width="8" height="0.75" /></element>
+ <element ref="text_2"><bounds x="0" y="15.25" width="8" height="0.75" /></element>
+ <element ref="text_3"><bounds x="8" y="0" width="8" height="0.75" /></element>
+ <element ref="text_4"><bounds x="8" y="15.25" width="8" height="0.75" /></element>
</view>
</mamelayout>