summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/finalapr.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/finalapr.lay')
-rw-r--r--src/mame/layout/finalapr.lay87
1 files changed, 30 insertions, 57 deletions
diff --git a/src/mame/layout/finalapr.lay b/src/mame/layout/finalapr.lay
index 47288a1f8f8..0b3526f73c8 100644
--- a/src/mame/layout/finalapr.lay
+++ b/src/mame/layout/finalapr.lay
@@ -3,9 +3,6 @@
license:CC0
-->
<mamelayout version="2">
-
-<!-- define elements -->
-
<element name="shifter" defstate="0">
<rect>
<bounds left="0" right="32" top="0" bottom="64" />
@@ -54,62 +51,38 @@ license:CC0
</disk>
</element>
-
-<!-- build screen -->
-
- <view name="Shifter">
+ <view name="Shifter-R">
<screen index="0">
<bounds x="0" y="0" width="640" height="480" />
</screen>
-
- <!-- shifter options -->
- <collection name="Shifter-R Overlay" visible="yes">
- <element ref="shifter" inputtag="IN1" inputmask="0x10">
- <bounds x="606" y="414" width="32" height="64" />
- <color alpha="0.6" />
- </element>
- <collection name="Opaque Shifter" visible="no">
- <element ref="shifter" inputtag="IN1" inputmask="0x10">
- <bounds x="606" y="414" width="32" height="64" />
- </element>
- </collection>
- </collection>
-
- <collection name="Shifter-R Off-screen" visible="no">
- <element ref="shifter" inputtag="IN1" inputmask="0x10">
- <bounds x="648" y="414" width="32" height="64" />
- <color alpha="0.6" />
- </element>
- <collection name="Opaque Shifter " visible="no">
- <element ref="shifter" inputtag="IN1" inputmask="0x10">
- <bounds x="648" y="414" width="32" height="64" />
- </element>
- </collection>
- </collection>
-
- <collection name="Shifter-L Overlay" visible="no">
- <element ref="shifter" inputtag="IN1" inputmask="0x10">
- <bounds x="2" y="414" width="32" height="64" />
- <color alpha="0.6" />
- </element>
- <collection name="Opaque Shifter " visible="no">
- <element ref="shifter" inputtag="IN1" inputmask="0x10">
- <bounds x="2" y="414" width="32" height="64" />
- </element>
- </collection>
- </collection>
-
- <collection name="Shifter-L Off-screen" visible="no">
- <element ref="shifter" inputtag="IN1" inputmask="0x10">
- <bounds x="-40" y="414" width="32" height="64" />
- <color alpha="0.6" />
- </element>
- <collection name="Opaque Shifter " visible="no">
- <element ref="shifter" inputtag="IN1" inputmask="0x10">
- <bounds x="-40" y="414" width="32" height="64" />
- </element>
- </collection>
- </collection>
+ <element ref="shifter" inputtag="IN1" inputmask="0x10">
+ <bounds x="606" y="414" width="32" height="64" />
+ <color alpha="0.6" />
+ </element>
+ </view>
+ <view name="Shifter-L">
+ <screen index="0">
+ <bounds x="0" y="0" width="640" height="480" />
+ </screen>
+ <element ref="shifter" inputtag="IN1" inputmask="0x10">
+ <bounds x="2" y="414" width="32" height="64" />
+ <color alpha="0.6" />
+ </element>
+ </view>
+ <view name="Widescreen Shifter-R">
+ <screen index="0">
+ <bounds x="0" y="0" width="640" height="480" />
+ </screen>
+ <element ref="shifter" inputtag="IN1" inputmask="0x10">
+ <bounds x="648" y="414" width="32" height="64" />
+ </element>
+ </view>
+ <view name="Widescreen Shifter-L">
+ <screen index="0">
+ <bounds x="0" y="0" width="640" height="480" />
+ </screen>
+ <element ref="shifter" inputtag="IN1" inputmask="0x10">
+ <bounds x="-40" y="414" width="32" height="64" />
+ </element>
</view>
-
</mamelayout>