summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/layout/horizont.lay
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/layout/horizont.lay')
-rw-r--r--trunk/src/emu/layout/horizont.lay24
1 files changed, 24 insertions, 0 deletions
diff --git a/trunk/src/emu/layout/horizont.lay b/trunk/src/emu/layout/horizont.lay
new file mode 100644
index 00000000000..908804832af
--- /dev/null
+++ b/trunk/src/emu/layout/horizont.lay
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+ <view name="Standard (4:3)">
+ <screen index="0">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ </view>
+
+ <view name="Pixel Aspect (~scr0nativexaspect~:~scr0nativeyaspect~)">
+ <screen index="0">
+ <bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
+ </screen>
+ </view>
+
+ <view name="Cocktail">
+ <screen index="0">
+ <bounds x="0" y="-3.03" width="4" height="3" />
+ <orientation rotate="180" />
+ </screen>
+ <screen index="0">
+ <bounds x="0" y="0" width="4" height="3" />
+ </screen>
+ </view>
+</mamelayout>