summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/sag.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/sag.lay')
-rw-r--r--src/mame/layout/sag.lay20
1 files changed, 14 insertions, 6 deletions
diff --git a/src/mame/layout/sag.lay b/src/mame/layout/sag.lay
index d97ed5eb4d1..2b1a36222b4 100644
--- a/src/mame/layout/sag.lay
+++ b/src/mame/layout/sag.lay
@@ -4,7 +4,7 @@ license:CC0
-->
<mamelayout version="2">
- <!-- define elements -->
+<!-- define elements -->
<element name="digit" defstate="0">
<led7seg><color red="0.4" green="1.0" blue="0.95" /></led7seg>
@@ -67,13 +67,12 @@ license:CC0
</element>
- <!-- build screen -->
+<!-- build screen -->
- <view name="Internal Layout">
+ <group name="display">
<bounds left="-0.3" right="23" top="-0.3" bottom="23.3" />
<!-- main panel -->
-
<bezel name="0.1" element="sr"><bounds x="0" y="0" width="1.7" height="0.9" /></bezel>
<bezel name="0.3" element="sr"><bounds x="2" y="0" width="1.7" height="0.9" /></bezel>
<bezel name="0.5" element="sr"><bounds x="4" y="0" width="1.7" height="0.9" /></bezel>
@@ -209,8 +208,7 @@ license:CC0
<bezel name="7.10" element="sc"><bounds x="10" y="22.15" width="1.7" height="0.9" /></bezel>
<bezel name="7.12" element="sc"><bounds x="12" y="22.15" width="1.7" height="0.9" /></bezel>
- <!-- 7seg panel -->
-
+ <!-- 7seg panel (3 of them N/C) -->
<bezel element="digit"><bounds x="20" y="2" width="2.5" height="1.5" /><orientation rotate="90" /></bezel>
<bezel name="digit8" element="digit"><bounds x="20" y="4" width="2.5" height="1.5" /><orientation rotate="90" /></bezel>
<bezel name="digit9" element="digit"><bounds x="20" y="6" width="2.5" height="1.5" /><orientation rotate="90" /></bezel>
@@ -222,6 +220,16 @@ license:CC0
<bezel element="digit"><bounds x="20" y="14" width="2.5" height="1.5" /><orientation rotate="90" /></bezel>
<bezel name="digit12" element="digit"><bounds x="20" y="16" width="2.5" height="1.5" /><orientation rotate="90" /></bezel>
<bezel name="digit13" element="digit"><bounds x="20" y="18" width="2.5" height="1.5" /><orientation rotate="90" /></bezel>
+ </group>
+
+ <view name="Internal Layout">
+ <bounds left="-0.3" right="23" top="-0.3" bottom="23.3" />
+
+ <!-- default display orientation: visitor side at bottom -->
+ <group ref="display">
+ <bounds left="-0.3" right="23" top="-0.3" bottom="23.3" />
+ <orientation rotate="180" />
+ </group>
</view>
</mamelayout>