summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/layout/quadhsxs.lay
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/layout/quadhsxs.lay')
-rw-r--r--trunk/src/emu/layout/quadhsxs.lay110
1 files changed, 110 insertions, 0 deletions
diff --git a/trunk/src/emu/layout/quadhsxs.lay b/trunk/src/emu/layout/quadhsxs.lay
new file mode 100644
index 00000000000..b07a04e7b11
--- /dev/null
+++ b/trunk/src/emu/layout/quadhsxs.lay
@@ -0,0 +1,110 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+ <view name="Screen 0 Standard (4:3)">
+ <screen index="0">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ </view>
+
+ <view name="Screen 1 Standard (4:3)">
+ <screen index="1">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ </view>
+
+ <view name="Screen 2 Standard (4:3)">
+ <screen index="2">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ </view>
+
+ <view name="Screen 3 Standard (4:3)">
+ <screen index="3">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ </view>
+
+ <view name="Screen 0 Pixel Aspect (~scr0nativexaspect~:~scr0nativeyaspect~)">
+ <screen index="0">
+ <bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
+ </screen>
+ </view>
+
+ <view name="Screen 1 Pixel Aspect (~scr1nativexaspect~:~scr1nativeyaspect~)">
+ <screen index="1">
+ <bounds left="0" top="0" right="~scr1width~" bottom="~scr1height~" />
+ </screen>
+ </view>
+
+ <view name="Screen 2 Pixel Aspect (~scr2nativexaspect~:~scr2nativeyaspect~)">
+ <screen index="2">
+ <bounds left="0" top="0" right="~scr2width~" bottom="~scr2height~" />
+ </screen>
+ </view>
+
+ <view name="Screen 3 Pixel Aspect (~scr3nativexaspect~:~scr3nativeyaspect~)">
+ <screen index="3">
+ <bounds left="0" top="0" right="~scr3width~" bottom="~scr3height~" />
+ </screen>
+ </view>
+
+ <view name="Quad Side-by-Side">
+ <screen index="0">
+ <bounds x="0" y="0" width="4" height="3" />
+ </screen>
+ <screen index="1">
+ <bounds x="4.03" y="0" width="4" height="3" />
+ </screen>
+ <screen index="2">
+ <bounds x="8.06" y="0" width="4" height="3" />
+ </screen>
+ <screen index="3">
+ <bounds x="12.09" y="0" width="4" height="3" />
+ </screen>
+ </view>
+
+ <view name="Quad Side-by-Side (Gapless)">
+ <screen index="0">
+ <bounds x="0" y="0" width="4" height="3" />
+ </screen>
+ <screen index="1">
+ <bounds x="4" y="0" width="4" height="3" />
+ </screen>
+ <screen index="2">
+ <bounds x="8" y="0" width="4" height="3" />
+ </screen>
+ <screen index="3">
+ <bounds x="12" y="0" width="4" height="3" />
+ </screen>
+ </view>
+
+ <view name="Quad 2 by 2">
+ <screen index="0">
+ <bounds x="0" y="0" width="4" height="3" />
+ </screen>
+ <screen index="1">
+ <bounds x="4.03" y="0" width="4" height="3" />
+ </screen>
+ <screen index="2">
+ <bounds x="0" y="3.03" width="4" height="3" />
+ </screen>
+ <screen index="3">
+ <bounds x="4.03" y="3.03" width="4" height="3" />
+ </screen>
+ </view>
+
+ <view name="Quad 2 by 2 (Gapless)">
+ <screen index="0">
+ <bounds x="0" y="0" width="4" height="3" />
+ </screen>
+ <screen index="1">
+ <bounds x="4" y="0" width="4" height="3" />
+ </screen>
+ <screen index="2">
+ <bounds x="0" y="3" width="4" height="3" />
+ </screen>
+ <screen index="3">
+ <bounds x="4" y="3" width="4" height="3" />
+ </screen>
+ </view>
+</mamelayout>